Uses of Interface
org.openhab.core.model.sitemap.sitemap.Selection
Package
Description
-
Uses of Selection in org.openhab.core.model.sitemap.serializer
Modifier and TypeMethodDescriptionprotected void
AbstractSitemapSemanticSequencer.sequence_Selection
(org.eclipse.xtext.serializer.ISerializationContext context, Selection semanticObject) Contexts: Widget returns Selection NonLinkableWidget returns Selection Selection returns Selection Constraint: ( item=ItemRef | label=ID | label=STRING | icon=Icon | (IconRules+=IconRule IconRules+=IconRule*) | staticIcon=Icon | (mappings+=Mapping mappings+=Mapping*) | (LabelColor+=ColorArray LabelColor+=ColorArray*) | (ValueColor+=ColorArray ValueColor+=ColorArray*) | (IconColor+=ColorArray IconColor+=ColorArray*) | (Visibility+=VisibilityRule Visibility+=VisibilityRule*) )+ -
Uses of Selection in org.openhab.core.model.sitemap.sitemap
Modifier and TypeMethodDescriptionSitemapFactory.createSelection()
Returns a new object of class 'Selection'. -
Uses of Selection in org.openhab.core.model.sitemap.sitemap.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Selection'. -
Uses of Selection in org.openhab.core.model.sitemap.sitemap.util
Modifier and TypeMethodDescriptionSitemapSwitch.caseSelection
(Selection object) Returns the result of interpreting the object as an instance of 'Selection'.