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