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 TypeClassDescriptionclass
DataSetWrapperBase<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 IDataSetWrapper
DataSetsFieldsWrapperBase.dataSetWrapper
Constructors 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 TypeInterfaceDescriptioninterface
Wrapper 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 TypeClassDescriptionclass
DataSetsWrapperBase<T extends DataSet>
Base class for data set wrapperclass
Wrapper for object data setclass
Wrapper for query data setclass
Wrapper for union data setMethods in com._1c.g5.v8.dt.dcs.ui.datasets with parameters of type IDataSetWrapperModifier and TypeMethodDescriptionvoid
DataSetsWrapperUnion.notifyAddField
(IDataSetWrapper childDataSetWrapper, IDataSetFieldsWrapper childFieldWrapper, IDataSetWrapper.FieldSynonym synonym, IDataSetWrapper.FieldRestriction restriction) Notify about field addedvoid
DataSetsWrapperUnion.notifyRemoveField
(IDataSetWrapper childDataSetWrapper, IDataSetFieldsWrapper childFieldWrapper) Notify about field removedvoid
DataSetsWrapperUnion.notifyRemoveFieldRestriction
(IDataSetWrapper childDataSetWrapper, IDataSetFieldsWrapper childFieldWrapper) Notify about field restriction removedvoid
DataSetsWrapperUnion.notifySetFieldRestriction
(IDataSetWrapper childDataSetWrapper, IDataSetFieldsWrapper childFieldWrapper) Notify about field restriction changed