Uses of Interface
org.openhab.core.model.sitemap.sitemap.Slider
Packages that use Slider
Package
Description
-
Uses of Slider in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type SliderModifier 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
Methods in org.openhab.core.model.sitemap.sitemap that return SliderModifier and TypeMethodDescriptionSitemapFactory.createSlider()
Returns a new object of class 'Slider'. -
Uses of Slider in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement SliderModifier and TypeClassDescriptionclass
An implementation of the model object 'Slider'.Methods in org.openhab.core.model.sitemap.sitemap.impl that return Slider -
Uses of Slider in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type SliderModifier and TypeMethodDescriptionSitemapSwitch.caseSlider
(Slider object) Returns the result of interpreting the object as an instance of 'Slider'.