Package com._1c.g5.v8.dt.dcs.ui.datasets
Class DataSetsWrapperObject
java.lang.Object
com._1c.g5.v8.dt.dcs.dataset.DataSetWrapperBase<T>
com._1c.g5.v8.dt.dcs.ui.datasets.DataSetsWrapperBase<DataCompositionSchemaDataSetObject>
com._1c.g5.v8.dt.dcs.ui.datasets.DataSetsWrapperObject
- All Implemented Interfaces:
IDataSetWrapper,IDataSetsWrapper
Wrapper for object data set
-
Nested Class Summary
Nested classes/interfaces inherited from interface com._1c.g5.v8.dt.dcs.dataset.IDataSetWrapper
IDataSetWrapper.FieldRestriction, IDataSetWrapper.FieldSynonym -
Field Summary
Fields inherited from class com._1c.g5.v8.dt.dcs.ui.datasets.DataSetsWrapperBase
context, dataSetsPage, parentFields inherited from class com._1c.g5.v8.dt.dcs.dataset.DataSetWrapperBase
dataSet, fieldsTree, fieldsWrappers, fieldsWrappersByName, isDynamicList, synonyms, useRestrictions, visibilityRestrictions -
Constructor Summary
ConstructorsConstructorDescriptionDataSetsWrapperObject(DataSets dataSetsPage, DataCompositionSchemaDataSetObject dataSet) Constructor -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.dcs.ui.datasets.DataSetsWrapperBase
addField, copyField, getCurrentAlias, getCurrentLanguageCode, getParent, notifyParentAddField, notifyParentRemoveFieldRestriction, notifyParentSetFieldRestriction, removeField, setFieldAttrUseRestiction, setFieldName, setFieldPath, setFieldTitle, setFieldUseRestiction, setParentMethods inherited from class com._1c.g5.v8.dt.dcs.dataset.DataSetWrapperBase
addFieldWrapper, createFieldWrapper, createPath, fillDataSetFields, fillFieldsWrappers, getAncestorField, getChildFields, getField, getFieldName, getFieldParentPath, getFieldPath, getFieldsWrappers, getFieldSynonym, getFieldUseRestriction, getFieldVisibilityRestriction, moveFieldMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com._1c.g5.v8.dt.dcs.dataset.IDataSetWrapper
createPath, getAncestorField, getChildFields, getField, getFieldName, getFieldParentPath, getFieldPath, getFieldsWrappers, getFieldSynonym, getFieldUseRestriction, getFieldVisibilityRestriction, moveField
-
Constructor Details
-
DataSetsWrapperObject
Constructor- Parameters:
dataSetsPage- data sets page, can't be nulldataSet- data set, can't be null
-
-
Method Details
-
init
public void init()Description copied from interface:IDataSetWrapperInitialize- Specified by:
initin interfaceIDataSetWrapper- Overrides:
initin classDataSetWrapperBase<DataCompositionSchemaDataSetObject>
-