Uses of Interface
com._1c.g5.v8.dt.dcs.dataset.IDataSetWrapper
Packages that use IDataSetWrapper
Package
Description
-
Uses of IDataSetWrapper in com._1c.g5.v8.dt.dcs.dataset
Classes in com._1c.g5.v8.dt.dcs.dataset that implement IDataSetWrapperModifier and TypeClassDescriptionclassDataSetWrapperBase<T extends DataSet>Base implementation ofIDataSetWrapper -
Uses of IDataSetWrapper in com._1c.g5.v8.dt.dcs.dataset.fields
Classes in com._1c.g5.v8.dt.dcs.dataset.fields that implement IDataSetWrapperFields in com._1c.g5.v8.dt.dcs.dataset.fields declared as IDataSetWrapperModifier and TypeFieldDescriptionprotected IDataSetWrapperDataSetsFieldsWrapperBase.dataSetWrapperConstructors in com._1c.g5.v8.dt.dcs.dataset.fields with parameters of type IDataSetWrapperModifierConstructorDescriptionDataSetsFieldsWrapperBase(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.datasets
Subinterfaces of IDataSetWrapper in com._1c.g5.v8.dt.dcs.ui.datasetsModifier and TypeInterfaceDescriptioninterfaceWrapper 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 IDataSetWrapperModifier and TypeClassDescriptionclassDataSetsWrapperBase<T extends DataSet>Base class for data set wrapperclassWrapper for object data setclassWrapper for query data setclassWrapper for union data setMethods in com._1c.g5.v8.dt.dcs.ui.datasets with parameters of type IDataSetWrapperModifier and TypeMethodDescriptionvoidDataSetsWrapperUnion.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