Uses of Class
com._1c.g5.v8.dt.dcs.dataset.IDataSetWrapper.FieldRestriction
-
Packages that use IDataSetWrapper.FieldRestriction Package Description com._1c.g5.v8.dt.dcs.dataset com._1c.g5.v8.dt.dcs.ui.datasets -
-
Uses of IDataSetWrapper.FieldRestriction in com._1c.g5.v8.dt.dcs.dataset
Fields in com._1c.g5.v8.dt.dcs.dataset with type parameters of type IDataSetWrapper.FieldRestriction Modifier and Type Field Description protected Map<String,IDataSetWrapper.FieldRestriction>
DataSetWrapperBase. restrictions
Methods in com._1c.g5.v8.dt.dcs.dataset that return IDataSetWrapper.FieldRestriction Modifier and Type Method Description IDataSetWrapper.FieldRestriction
DataSetWrapperBase. getFieldRestriction(String path)
IDataSetWrapper.FieldRestriction
IDataSetWrapper. getFieldRestriction(String path)
Get field restrictionMethods in com._1c.g5.v8.dt.dcs.dataset with parameters of type IDataSetWrapper.FieldRestriction Modifier and Type Method Description boolean
IDataSetWrapper.FieldRestriction. dif(IDataSetWrapper.FieldRestriction other)
Check whether other restriction is differentvoid
IDataSetWrapper.FieldRestriction. merge(IDataSetWrapper.FieldRestriction other)
Merge other restriction -
Uses of IDataSetWrapper.FieldRestriction in com._1c.g5.v8.dt.dcs.ui.datasets
Methods in com._1c.g5.v8.dt.dcs.ui.datasets with parameters of type IDataSetWrapper.FieldRestriction Modifier and Type Method Description void
DataSetsWrapperUnion. notifyAddField(IDataSetWrapper childDataSetWrapper, IDataSetFieldsWrapper childFieldWrapper, IDataSetWrapper.FieldSynonym synonym, IDataSetWrapper.FieldRestriction restriction)
Notify about field added
-