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