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
 
 public class DataSetsWrapperObject extends DataSetsWrapperBase<DataCompositionSchemaDataSetObject> Wrapper for object data set
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com._1c.g5.v8.dt.dcs.dataset.IDataSetWrapperIDataSetWrapper.FieldRestriction, IDataSetWrapper.FieldSynonym
 
- 
 - 
Field Summary- 
Fields inherited from class com._1c.g5.v8.dt.dcs.ui.datasets.DataSetsWrapperBasecontext, dataSetsPage, parent
 - 
Fields inherited from class com._1c.g5.v8.dt.dcs.dataset.DataSetWrapperBasedataSet, fieldsTree, fieldsWrappers, fieldsWrappersByName, restrictions, synonyms
 
- 
 - 
Constructor SummaryConstructors Constructor Description DataSetsWrapperObject(DataSets dataSetsPage, DataCompositionSchemaDataSetObject dataSet)Constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()Initialize- 
Methods inherited from class com._1c.g5.v8.dt.dcs.ui.datasets.DataSetsWrapperBaseaddField, copyField, getCurrentAlias, getCurrentLanguageCode, getParent, notifyParentAddField, notifyParentRemoveFieldRestriction, notifyParentSetFieldRestriction, removeField, setFieldAttrUseRestiction, setFieldName, setFieldPath, setFieldTitle, setFieldUseRestiction, setParent
 - 
Methods inherited from class com._1c.g5.v8.dt.dcs.dataset.DataSetWrapperBaseaddFieldWrapper, createFieldWrapper, createPath, fillDataSetFields, fillFieldsWrappers, getAncestorField, getChildFields, getField, getFieldName, getFieldParentPath, getFieldPath, getFieldRestriction, getFieldsWrappers, getFieldSynonym, moveField
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com._1c.g5.v8.dt.dcs.dataset.IDataSetWrappercreatePath, getAncestorField, getChildFields, getField, getFieldName, getFieldParentPath, getFieldPath, getFieldRestriction, getFieldsWrappers, getFieldSynonym, moveField
 
- 
 
- 
- 
- 
Constructor Detail- 
DataSetsWrapperObjectpublic DataSetsWrapperObject(DataSets dataSetsPage, DataCompositionSchemaDataSetObject dataSet) Constructor- Parameters:
- dataSetsPage- data sets page, can't be null
- dataSet- data set, can't be null
 
 
- 
 - 
Method Detail- 
initpublic void init() Description copied from interface:IDataSetWrapperInitialize- Specified by:
- initin interface- IDataSetWrapper
- Overrides:
- initin class- DataSetWrapperBase<DataCompositionSchemaDataSetObject>
 
 
- 
 
-