Package com._1c.g5.v8.dt.form.model
Class PropertyInfoWithChildren
- java.lang.Object
-
- com._1c.g5.v8.dt.form.model.AbstractFormDataSourceInfo
-
- com._1c.g5.v8.dt.form.model.PropertyInfo
-
- com._1c.g5.v8.dt.form.model.PropertyInfoWithChildren
-
public class PropertyInfoWithChildren extends PropertyInfo
SpecialPropertyInfo
having children
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com._1c.g5.v8.dt.form.model.PropertyInfo
PropertyInfo.PropertyInfoType
-
-
Constructor Summary
Constructors Constructor Description PropertyInfoWithChildren(Form form)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PropertyInfo>
getChildren()
Gets children ofPropertyInfo
Form
getForm()
Gets form corresponding to the this elementboolean
hasChildren()
Checks that thisPropertyInfo
has nestedPropertyInfo
-
Methods inherited from class com._1c.g5.v8.dt.form.model.PropertyInfo
getDataPath, getMultyLanguageDataPath, getPresentation, getPropertyInfoCache, getPropertyInfos, getRealValueType, getStaticDescription, getType, getValueType, isAggregationFunction, isAliasedField, isReadOnly, isTable, isThroughReference, setAggregationFunction, setAliasedField, setPropertyInfoCache, setReadOnly, setStaticDescription, setTable, setThroughReference, setType, setValueType
-
Methods inherited from class com._1c.g5.v8.dt.form.model.AbstractFormDataSourceInfo
getExtension, getName, getNameRu, getParent, getSource, getSourceTextRegion, setExtension, setName, setNameRu, setParent, setSource, setSourceTextRegion
-
-
-
-
Method Detail
-
getForm
public Form 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
-
getChildren
public List<PropertyInfo> getChildren()
Gets children ofPropertyInfo
- Returns:
- children of
PropertyInfo
, nevernull
-
hasChildren
public boolean hasChildren()
Description copied from class:PropertyInfo
Checks that thisPropertyInfo
has nestedPropertyInfo
- Overrides:
hasChildren
in classPropertyInfo
- Returns:
true
if thisPropertyInfo
has nestedPropertyInfo
,false
otherwise
-
-