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.dataset
Classes in com._1c.g5.v8.dt.dcs.dataset that implement IDataSetWrapper Modifier and Type Class Description class
DataSetWrapperBase<T extends DataSet>
Base implementation ofIDataSetWrapper
-
Uses of IDataSetWrapper in com._1c.g5.v8.dt.dcs.dataset.fields
Fields in com._1c.g5.v8.dt.dcs.dataset.fields declared as IDataSetWrapper Modifier and Type Field Description protected IDataSetWrapper
DataSetsFieldsWrapperBase. dataSetWrapper
Constructors 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.datasets
Subinterfaces of IDataSetWrapper in com._1c.g5.v8.dt.dcs.ui.datasets Modifier and Type Interface Description interface
IDataSetsWrapper
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 IDataSetWrapper Modifier and Type Class Description class
DataSetsWrapperBase<T extends DataSet>
Base class for data set wrapperclass
DataSetsWrapperObject
Wrapper for object data setclass
DataSetsWrapperQuery
Wrapper for query data setclass
DataSetsWrapperUnion
Wrapper for union data setMethods in com._1c.g5.v8.dt.dcs.ui.datasets with parameters of type IDataSetWrapper Modifier and Type Method Description void
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
-