Package com._1c.g5.v8.dt.dcs.ui.datasets
Class DataSetsWrapperQuery
- java.lang.Object
-
- com._1c.g5.v8.dt.dcs.dataset.DataSetWrapperBase<T>
-
- com._1c.g5.v8.dt.dcs.ui.datasets.DataSetsWrapperBase<DataCompositionSchemaDataSetQuery>
-
- com._1c.g5.v8.dt.dcs.ui.datasets.DataSetsWrapperQuery
-
- All Implemented Interfaces:
IDataSetWrapper
,IDataSetsWrapper
public class DataSetsWrapperQuery extends DataSetsWrapperBase<DataCompositionSchemaDataSetQuery>
Wrapper for query data set
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com._1c.g5.v8.dt.dcs.dataset.IDataSetWrapper
IDataSetWrapper.FieldRestriction, IDataSetWrapper.FieldSynonym
-
-
Field Summary
-
Fields inherited from class com._1c.g5.v8.dt.dcs.ui.datasets.DataSetsWrapperBase
context, dataSetsPage, parent
-
Fields inherited from class com._1c.g5.v8.dt.dcs.dataset.DataSetWrapperBase
dataSet, fieldsTree, fieldsWrappers, fieldsWrappersByName, restrictions, synonyms
-
-
Constructor Summary
Constructors Constructor Description DataSetsWrapperQuery(DataSets dataSetsPage, DataCompositionSchemaDataSetQuery dataSet, IMdTypeIndex mdTypeIndex)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
Initialize-
Methods inherited from class com._1c.g5.v8.dt.dcs.ui.datasets.DataSetsWrapperBase
addField, 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.DataSetWrapperBase
addFieldWrapper, createFieldWrapper, createPath, fillDataSetFields, fillFieldsWrappers, getAncestorField, getChildFields, getField, getFieldName, getFieldParentPath, getFieldPath, getFieldRestriction, getFieldsWrappers, getFieldSynonym, moveField
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com._1c.g5.v8.dt.dcs.dataset.IDataSetWrapper
createPath, getAncestorField, getChildFields, getField, getFieldName, getFieldParentPath, getFieldPath, getFieldRestriction, getFieldsWrappers, getFieldSynonym, moveField
-
-
-
-
Constructor Detail
-
DataSetsWrapperQuery
public DataSetsWrapperQuery(DataSets dataSetsPage, DataCompositionSchemaDataSetQuery dataSet, IMdTypeIndex mdTypeIndex)
Constructor- Parameters:
dataSetsPage
- data sets page, can't be nulldataSet
- data set, can't be nullmdTypeIndex
- The MD type index. May not benull
-
-
Method Detail
-
init
public void init()
Description copied from interface:IDataSetWrapper
Initialize- Specified by:
init
in interfaceIDataSetWrapper
- Overrides:
init
in classDataSetWrapperBase<DataCompositionSchemaDataSetQuery>
-
-