Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.StyleItem
-
-
Uses of StyleItem in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return StyleItem Modifier and Type Method Description static StyleItemTestMdObjectFactory. createStyleItem(String name)Creates StyleItem with name -
Uses of StyleItem in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return StyleItem Modifier and Type Method Description StyleItemStyleItemInitializer. create(IV8Project v8project, Version version) -
Uses of StyleItem in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type StyleItem Modifier and Type Method Description protected booleanMdImplicitRefInferrer. _infer(StyleItem object)protected booleanMdStyleItemInferrer. _inferFrom(StyleItem object) -
Uses of StyleItem in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type StyleItem Modifier and Type Method Description protected voidStyleItemRule. buildForObject(StyleItem object, IV8Project v8project) -
Uses of StyleItem in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with parameters of type StyleItem Modifier and Type Method Description voidMdValidator. checkStyleItemUniqName(StyleItem styleItem)Deprecated. -
Uses of StyleItem in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return StyleItem Modifier and Type Method Description StyleItemMdClassFactory. createStyleItem()Returns a new object of class 'Style Item'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type StyleItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<StyleItem>Configuration. getStyleItems()Returns the value of the 'Style Items' reference list. -
Uses of StyleItem in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement StyleItem Modifier and Type Class Description classStyleItemImplAn implementation of the model object 'Style Item'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return StyleItem Modifier and Type Method Description StyleItemMdClassFactoryImpl. createStyleItem()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type StyleItem Modifier and Type Method Description org.eclipse.emf.common.util.EList<StyleItem>ConfigurationImpl. getStyleItems() -
Uses of StyleItem in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type StyleItem Modifier and Type Method Description TMdClassSwitch. caseStyleItem(StyleItem object)Returns the result of interpreting the object as an instance of 'Style Item'.booleanMdClassValidator. validateStyleItem(StyleItem styleItem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. validateStyleItem_validate(StyleItem styleItem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'Style Item'.
-