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