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