Uses of Interface
org.openhab.core.model.sitemap.sitemap.Image
Package
Description
-
Uses of Image in org.openhab.core.model.sitemap.serializer
Modifier and TypeMethodDescriptionprotected void
AbstractSitemapSemanticSequencer.sequence_Image
(org.eclipse.xtext.serializer.ISerializationContext context, Image semanticObject) Contexts: Image returns Image Constraint: ( item=ItemRef | label=ID | label=STRING | icon=Icon | (IconRules+=IconRule IconRules+=IconRule*) | staticIcon=Icon | url=STRING | refresh=INT | (LabelColor+=ColorArray LabelColor+=ColorArray*) | (ValueColor+=ColorArray ValueColor+=ColorArray*) | (IconColor+=ColorArray IconColor+=ColorArray*) | (Visibility+=VisibilityRule Visibility+=VisibilityRule*) )+protected void
AbstractSitemapSemanticSequencer.sequence_Image_LinkableWidget
(org.eclipse.xtext.serializer.ISerializationContext context, Image semanticObject) Contexts: Widget returns Image LinkableWidget returns Image Constraint: ( ( item=ItemRef | label=ID | label=STRING | icon=Icon | (IconRules+=IconRule IconRules+=IconRule*) | staticIcon=Icon | url=STRING | refresh=INT | (LabelColor+=ColorArray LabelColor+=ColorArray*) | (ValueColor+=ColorArray ValueColor+=ColorArray*) | (IconColor+=ColorArray IconColor+=ColorArray*) | (Visibility+=VisibilityRule Visibility+=VisibilityRule*) )+ children+=Widget* ) -
Uses of Image in org.openhab.core.model.sitemap.sitemap
Modifier and TypeMethodDescriptionSitemapFactory.createImage()
Returns a new object of class 'Image'. -
Uses of Image in org.openhab.core.model.sitemap.sitemap.impl
-
Uses of Image in org.openhab.core.model.sitemap.sitemap.util