Package com._1c.g5.v8.dt.form.model
Class ColumnPropertyInfo
- 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.ColumnPropertyInfo
-
public class ColumnPropertyInfo extends PropertyInfo
SpecialPropertyInfo
supporting additional columns
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com._1c.g5.v8.dt.form.model.PropertyInfo
PropertyInfo.PropertyInfoType
-
-
Constructor Summary
Constructors Constructor Description ColumnPropertyInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
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, isReadOnly, isTable, isThroughReference, setAggregationFunction, setPropertyInfoCache, setReadOnly, setStaticDescription, setTable, setThroughReference, setType, setValueType
-
Methods inherited from class com._1c.g5.v8.dt.form.model.AbstractFormDataSourceInfo
getExtension, getForm, getName, getNameRu, getParent, getSource, getSourceTextRegion, setExtension, setName, setNameRu, setParent, setSource, setSourceTextRegion
-
-
-
-
Method Detail
-
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
-
-