Uses of Interface
org.openhab.core.model.sitemap.sitemap.Button
Packages that use Button
Package
Description
-
Uses of Button in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ButtonModifier and TypeMethodDescriptionprotected void
AbstractSitemapSemanticSequencer.sequence_Button
(org.eclipse.xtext.serializer.ISerializationContext context, Button semanticObject) Contexts: Widget returns Button NonLinkableWidget returns Button Button returns Button Constraint: ( item=ItemRef | label=ID | label=STRING | icon=Icon | (IconRules+=IconRule IconRules+=IconRule*) | staticIcon=Icon | row=INT | column=INT | stateless? -
Uses of Button in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ButtonModifier and TypeMethodDescriptionSitemapFactory.createButton()
Returns a new object of class 'Button'. -
Uses of Button in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ButtonModifier and TypeClassDescriptionclass
An implementation of the model object 'Button'.Methods in org.openhab.core.model.sitemap.sitemap.impl that return Button -
Uses of Button in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ButtonModifier and TypeMethodDescriptionSitemapSwitch.caseButton
(Button object) Returns the result of interpreting the object as an instance of 'Button'.