Uses of Interface
org.openhab.core.model.sitemap.sitemap.Buttongrid
Packages that use Buttongrid
Package
Description
-
Uses of Buttongrid in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ButtongridModifier and TypeMethodDescriptionprotected void
AbstractSitemapSemanticSequencer.sequence_Buttongrid
(org.eclipse.xtext.serializer.ISerializationContext context, Buttongrid semanticObject) Contexts: Buttongrid returns Buttongrid Constraint: ( (item=ItemRef | label=ID | label=STRING | icon=Icon | staticIcon=Icon)?protected void
AbstractSitemapSemanticSequencer.sequence_Buttongrid_LinkableWidget
(org.eclipse.xtext.serializer.ISerializationContext context, Buttongrid semanticObject) Contexts: Widget returns Buttongrid LinkableWidget returns Buttongrid Constraint: ( ( (item=ItemRef | label=ID | label=STRING | icon=Icon | staticIcon=Icon)? -
Uses of Buttongrid in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ButtongridModifier and TypeMethodDescriptionSitemapFactory.createButtongrid()
Returns a new object of class 'Buttongrid'. -
Uses of Buttongrid in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ButtongridModifier and TypeClassDescriptionclass
An implementation of the model object 'Buttongrid'.Methods in org.openhab.core.model.sitemap.sitemap.impl that return Buttongrid -
Uses of Buttongrid in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ButtongridModifier and TypeMethodDescriptionSitemapSwitch.caseButtongrid
(Buttongrid object) Returns the result of interpreting the object as an instance of 'Buttongrid'. -
Uses of Buttongrid in org.openhab.core.model.sitemap.validation
Methods in org.openhab.core.model.sitemap.validation with parameters of type ButtongridModifier and TypeMethodDescriptionvoid
SitemapValidator.checkWidgetsInButtongrid
(Buttongrid grid)