Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelButtongrid
Packages that use ModelButtongrid
Package
Description
-
Uses of ModelButtongrid in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ModelButtongridModifier and TypeMethodDescriptionprotected voidSitemapSemanticSequencer.sequence_ModelButtongrid(org.eclipse.xtext.serializer.ISerializationContext context, ModelButtongrid semanticObject) Contexts: ModelButtongrid returns ModelButtongrid Constraint: ( item=ItemRef | label=ID | label=STRING | icon=Icon | IconRules=ModelIconRuleList | staticIcon=Icon | buttons=ModelButtonDefinitionList | labelColor=ModelColorArrayList | valueColor=ModelColorArrayList | iconColor=ModelColorArrayList | visibility=ModelVisibilityRuleList )*protected voidSitemapSemanticSequencer.sequence_ModelButtongrid_ModelLinkableWidget(org.eclipse.xtext.serializer.ISerializationContext context, ModelButtongrid semanticObject) Contexts: ModelWidget returns ModelButtongrid ModelLinkableWidget returns ModelButtongrid Constraint: ( ( item=ItemRef | label=ID | label=STRING | icon=Icon | IconRules=ModelIconRuleList | staticIcon=Icon | buttons=ModelButtonDefinitionList | labelColor=ModelColorArrayList | valueColor=ModelColorArrayList | iconColor=ModelColorArrayList | visibility=ModelVisibilityRuleList )* children+=ModelWidget* ) -
Uses of ModelButtongrid in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ModelButtongridModifier and TypeMethodDescriptionSitemapFactory.createModelButtongrid()Returns a new object of class 'Model Buttongrid'. -
Uses of ModelButtongrid in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelButtongridModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Buttongrid'.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelButtongrid -
Uses of ModelButtongrid in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelButtongridModifier and TypeMethodDescriptionSitemapSwitch.caseModelButtongrid(ModelButtongrid object) Returns the result of interpreting the object as an instance of 'Model Buttongrid'. -
Uses of ModelButtongrid in org.openhab.core.model.sitemap.validation
Methods in org.openhab.core.model.sitemap.validation with parameters of type ModelButtongridModifier and TypeMethodDescriptionvoidSitemapValidator.checkWidgetsInButtongrid(ModelButtongrid grid)