Uses of Interface
org.openhab.core.model.sitemap.sitemap.LinkableWidget
Packages that use LinkableWidget
Package
Description
-
Uses of LinkableWidget in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type LinkableWidgetModifier and TypeMethodDescriptionprotected void
AbstractSitemapSemanticSequencer.sequence_LinkableWidget
(org.eclipse.xtext.serializer.ISerializationContext context, LinkableWidget semanticObject) Contexts: Widget returns LinkableWidget LinkableWidget returns LinkableWidget Constraint: children+=Widget+ -
Uses of LinkableWidget in org.openhab.core.model.sitemap.sitemap
Subinterfaces of LinkableWidget in org.openhab.core.model.sitemap.sitemapModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Buttongrid'.interface
A representation of the model object 'Frame'.interface
A representation of the model object 'Group'.interface
A representation of the model object 'Image'.interface
A representation of the model object 'Text'.Methods in org.openhab.core.model.sitemap.sitemap that return LinkableWidgetModifier and TypeMethodDescriptionSitemapFactory.createLinkableWidget()
Returns a new object of class 'Linkable Widget'. -
Uses of LinkableWidget in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement LinkableWidgetModifier and TypeClassDescriptionclass
An implementation of the model object 'Buttongrid'.class
An implementation of the model object 'Frame'.class
An implementation of the model object 'Group'.class
An implementation of the model object 'Image'.class
An implementation of the model object 'Linkable Widget'.class
An implementation of the model object 'Text'.Methods in org.openhab.core.model.sitemap.sitemap.impl that return LinkableWidget -
Uses of LinkableWidget in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type LinkableWidgetModifier and TypeMethodDescriptionSitemapSwitch.caseLinkableWidget
(LinkableWidget object) Returns the result of interpreting the object as an instance of 'Linkable Widget'. -
Uses of LinkableWidget in org.openhab.core.model.sitemap.validation
Methods in org.openhab.core.model.sitemap.validation with parameters of type LinkableWidgetModifier and TypeMethodDescriptionvoid
SitemapValidator.checkFramesInWidgetList
(LinkableWidget widget) -
Uses of LinkableWidget in org.openhab.core.ui.items
Methods in org.openhab.core.ui.items with parameters of type LinkableWidgetModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList
<Widget> ItemUIRegistry.getChildren
(LinkableWidget w) this should be used instead of LinkableWidget.getChildren() as there might be no children defined on the widget, but they should be dynamically determined by looking at the members of the underlying item.