Package com._1c.g5.v8.dt.form.model
Class RootElementDataSourceInfo
java.lang.Object
com._1c.g5.v8.dt.form.model.AbstractFormDataSourceInfo
com._1c.g5.v8.dt.form.model.ElementDataSourceInfo
com._1c.g5.v8.dt.form.model.RootElementDataSourceInfo
The root element of
ElementDataSourceInfo
's tree-
Nested Class Summary
Nested classes/interfaces inherited from class com._1c.g5.v8.dt.form.model.ElementDataSourceInfo
ElementDataSourceInfo.ElementDataSourceInfoType
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.form.model.ElementDataSourceInfo
getDataPath, getElementDataSourceInfoCache, getElementDataSourceInfos, getMultyLanguageDataPath, getType, setElementDataSourceInfoCache, setType
Methods inherited from class com._1c.g5.v8.dt.form.model.AbstractFormDataSourceInfo
getExtension, getName, getNameRu, getParent, getSourceTextRegion, setExtension, setName, setNameRu, setParent, setSourceTextRegion
-
Constructor Details
-
Method Details
-
getForm
Description copied from class:AbstractFormDataSourceInfo
Gets form corresponding to the this element- Overrides:
getForm
in classAbstractFormDataSourceInfo
- Returns:
- form corresponding to the this element, or
null
if element wasn't linked withForm
-
getSource
Description copied from class:AbstractFormDataSourceInfo
Gets source element for. The source element is the element from form model or otherAbstractFormDataSourceInfo
which provide this element- Overrides:
getSource
in classAbstractFormDataSourceInfo
- Returns:
- source element, can be
null
if there is no source element for this element
-
setSource
Description copied from class:AbstractFormDataSourceInfo
Sets source element for. The source element is the element from form model or otherAbstractFormDataSourceInfo
which provide this element- Overrides:
setSource
in classAbstractFormDataSourceInfo
- Parameters:
source
- element, can benull
if there is no source element for this element
-