Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelButton
Packages that use ModelButton
Package
Description
-
Uses of ModelButton in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ModelButtonModifier and TypeMethodDescriptionprotected voidSitemapSemanticSequencer.sequence_ModelButton(org.eclipse.xtext.serializer.ISerializationContext context, ModelButton semanticObject) Contexts: ModelWidget returns ModelButton ModelNonLinkableWidget returns ModelButton ModelButton returns ModelButton Constraint: ( row=INT | column=INT | item=ItemRef | label=ID | label=STRING | icon=Icon | IconRules=ModelIconRuleList | staticIcon=Icon | stateless? -
Uses of ModelButton in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ModelButtonModifier and TypeMethodDescriptionSitemapFactory.createModelButton()Returns a new object of class 'Model Button'. -
Uses of ModelButton in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelButtonModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Button'.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelButton -
Uses of ModelButton in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelButtonModifier and TypeMethodDescriptionSitemapSwitch.caseModelButton(ModelButton object) Returns the result of interpreting the object as an instance of 'Model Button'.