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.datasetFields 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. restrictionsMethods in com._1c.g5.v8.dt.dcs.dataset that return IDataSetWrapper.FieldRestriction Modifier and Type Method Description IDataSetWrapper.FieldRestrictionDataSetWrapperBase. getFieldRestriction(String path)IDataSetWrapper.FieldRestrictionIDataSetWrapper. 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 booleanIDataSetWrapper.FieldRestriction. dif(IDataSetWrapper.FieldRestriction other)Check whether other restriction is differentvoidIDataSetWrapper.FieldRestriction. merge(IDataSetWrapper.FieldRestriction other)Merge other restriction
- 
Uses of IDataSetWrapper.FieldRestriction in com._1c.g5.v8.dt.dcs.ui.datasetsMethods in com._1c.g5.v8.dt.dcs.ui.datasets with parameters of type IDataSetWrapper.FieldRestriction Modifier and Type Method Description voidDataSetsWrapperUnion. notifyAddField(IDataSetWrapper childDataSetWrapper, IDataSetFieldsWrapper childFieldWrapper, IDataSetWrapper.FieldSynonym synonym, IDataSetWrapper.FieldRestriction restriction)Notify about field added
 
-