Uses of Interface
com._1c.g5.v8.dt.dcs.dataset.IDataSetWrapper
- 
Packages that use IDataSetWrapper Package Description com._1c.g5.v8.dt.dcs.dataset com._1c.g5.v8.dt.dcs.dataset.fields com._1c.g5.v8.dt.dcs.ui.datasets 
- 
- 
Uses of IDataSetWrapper in com._1c.g5.v8.dt.dcs.datasetClasses in com._1c.g5.v8.dt.dcs.dataset that implement IDataSetWrapper Modifier and Type Class Description classDataSetWrapperBase<T extends DataSet>Base implementation ofIDataSetWrapper
- 
Uses of IDataSetWrapper in com._1c.g5.v8.dt.dcs.dataset.fieldsFields in com._1c.g5.v8.dt.dcs.dataset.fields declared as IDataSetWrapper Modifier and Type Field Description protected IDataSetWrapperDataSetsFieldsWrapperBase. dataSetWrapperConstructors in com._1c.g5.v8.dt.dcs.dataset.fields with parameters of type IDataSetWrapper Constructor Description DataSetsFieldsWrapperBase(IDataSetWrapper dataSetWrapper, T field)ConstructorDataSetsFieldsWrapperField(IDataSetWrapper dataSetWrapper, DataCompositionSchemaDataSetField field)ConstructorDataSetsFieldsWrapperFolder(IDataSetWrapper dataSetWrapper, DataCompositionSchemaDataSetFieldFolder field)ConstructorDataSetsFieldsWrapperNested(IDataSetWrapper dataSetWrapper, DataCompositionSchemaNestedDataSet field)ConstructorDataSetsFieldsWrapperWithChildrenBase(IDataSetWrapper dataSetWrapper, T field)Constructor
- 
Uses of IDataSetWrapper in com._1c.g5.v8.dt.dcs.ui.datasetsSubinterfaces of IDataSetWrapper in com._1c.g5.v8.dt.dcs.ui.datasets Modifier and Type Interface Description interfaceIDataSetsWrapperWrapper for data set model object, provides uninform interface for query, object and union data sets with runtime information about fields (tree of fields, fields synonyms, fields restrictions).Classes in com._1c.g5.v8.dt.dcs.ui.datasets that implement IDataSetWrapper Modifier and Type Class Description classDataSetsWrapperBase<T extends DataSet>Base class for data set wrapperclassDataSetsWrapperObjectWrapper for object data setclassDataSetsWrapperQueryWrapper for query data setclassDataSetsWrapperUnionWrapper for union data setMethods in com._1c.g5.v8.dt.dcs.ui.datasets with parameters of type IDataSetWrapper Modifier and Type Method Description voidDataSetsWrapperUnion. notifyAddField(IDataSetWrapper childDataSetWrapper, IDataSetFieldsWrapper childFieldWrapper, IDataSetWrapper.FieldSynonym synonym, IDataSetWrapper.FieldRestriction restriction)Notify about field addedvoidDataSetsWrapperUnion. notifyRemoveField(IDataSetWrapper childDataSetWrapper, IDataSetFieldsWrapper childFieldWrapper)Notify about field removedvoidDataSetsWrapperUnion. notifyRemoveFieldRestriction(IDataSetWrapper childDataSetWrapper, IDataSetFieldsWrapper childFieldWrapper)Notify about field restriction removedvoidDataSetsWrapperUnion. notifySetFieldRestriction(IDataSetWrapper childDataSetWrapper, IDataSetFieldsWrapper childFieldWrapper)Notify about field restriction changed
 
-