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 voidAbstractSitemapSemanticSequencer.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 TypeInterfaceDescriptioninterfaceA representation of the model object 'Buttongrid'.interfaceA representation of the model object 'Frame'.interfaceA representation of the model object 'Group'.interfaceA representation of the model object 'Image'.interfaceA 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 TypeClassDescriptionclassAn implementation of the model object 'Buttongrid'.classAn implementation of the model object 'Frame'.classAn implementation of the model object 'Group'.classAn implementation of the model object 'Image'.classAn implementation of the model object 'Linkable Widget'.classAn 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 TypeMethodDescriptionvoidSitemapValidator.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.