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