Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelText
Packages that use ModelText
Package
Description
-
Uses of ModelText in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ModelTextModifier and TypeMethodDescriptionprotected voidSitemapSemanticSequencer.sequence_ModelLinkableWidget_ModelText(org.eclipse.xtext.serializer.ISerializationContext context, ModelText semanticObject) Contexts: ModelWidget returns ModelText ModelLinkableWidget returns ModelText Constraint: ( ( item=ItemRef | label=ID | label=STRING | icon=Icon | IconRules=ModelIconRuleList | staticIcon=Icon | labelColor=ModelColorArrayList | valueColor=ModelColorArrayList | iconColor=ModelColorArrayList | visibility=ModelVisibilityRuleList )* children+=ModelWidget* )protected voidSitemapSemanticSequencer.sequence_ModelText(org.eclipse.xtext.serializer.ISerializationContext context, ModelText semanticObject) Contexts: ModelText returns ModelText Constraint: ( item=ItemRef | label=ID | label=STRING | icon=Icon | IconRules=ModelIconRuleList | staticIcon=Icon | labelColor=ModelColorArrayList | valueColor=ModelColorArrayList | iconColor=ModelColorArrayList | visibility=ModelVisibilityRuleList )* -
Uses of ModelText in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ModelTextModifier and TypeMethodDescriptionSitemapFactory.createModelText()Returns a new object of class 'Model Text'. -
Uses of ModelText in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelTextModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Text'.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelText -
Uses of ModelText in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelTextModifier and TypeMethodDescriptionSitemapSwitch.caseModelText(ModelText object) Returns the result of interpreting the object as an instance of 'Model Text'.