Uses of Interface
org.openhab.core.model.sitemap.sitemap.Widget
Packages that use Widget
Package
Description
-
Uses of Widget in org.openhab.core.io.rest.sitemap
Methods in org.openhab.core.io.rest.sitemap that return types with arguments of type WidgetModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Widget> SitemapSubscriptionService.collectWidgets(String sitemapName, @Nullable String pageId) -
Uses of Widget in org.openhab.core.model.sitemap.sitemap
Subinterfaces of Widget in org.openhab.core.model.sitemap.sitemapModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Button'.interfaceA representation of the model object 'Buttongrid'.interfaceA representation of the model object 'Chart'.interfaceA representation of the model object 'Colorpicker'.interfaceA representation of the model object 'Colortemperaturepicker'.interfaceA representation of the model object 'Default'.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 'Input'.interfaceA representation of the model object 'Linkable Widget'.interfaceA representation of the model object 'Mapview'.interfaceA representation of the model object 'Non Linkable Widget'.interfaceA representation of the model object 'Selection'.interfaceA representation of the model object 'Setpoint'.interfaceA representation of the model object 'Slider'.interfaceA representation of the model object 'Switch'.interfaceA representation of the model object 'Text'.interfaceA representation of the model object 'Video'.interfaceA representation of the model object 'Webview'.Methods in org.openhab.core.model.sitemap.sitemap that return WidgetModifier and TypeMethodDescriptionSitemapFactory.createWidget()Returns a new object of class 'Widget'.Methods in org.openhab.core.model.sitemap.sitemap that return types with arguments of type WidgetModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Widget> LinkableWidget.getChildren()Returns the value of the 'Children' containment reference list.org.eclipse.emf.common.util.EList<Widget> Sitemap.getChildren()Returns the value of the 'Children' containment reference list. -
Uses of Widget in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement WidgetModifier and TypeClassDescriptionclassAn implementation of the model object 'Buttongrid'.classAn implementation of the model object 'Button'.classAn implementation of the model object 'Chart'.classAn implementation of the model object 'Colorpicker'.classAn implementation of the model object 'Colortemperaturepicker'.classAn implementation of the model object 'Default'.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 'Input'.classAn implementation of the model object 'Linkable Widget'.classAn implementation of the model object 'Mapview'.classAn implementation of the model object 'Non Linkable Widget'.classAn implementation of the model object 'Selection'.classAn implementation of the model object 'Setpoint'.classAn implementation of the model object 'Slider'.classAn implementation of the model object 'Switch'.classAn implementation of the model object 'Text'.classAn implementation of the model object 'Video'.classAn implementation of the model object 'Webview'.classAn implementation of the model object 'Widget'.Fields in org.openhab.core.model.sitemap.sitemap.impl with type parameters of type WidgetModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<Widget> LinkableWidgetImpl.childrenThe cached value of the 'Children' containment reference list.protected org.eclipse.emf.common.util.EList<Widget> SitemapImpl.childrenThe cached value of the 'Children' containment reference list.Methods in org.openhab.core.model.sitemap.sitemap.impl that return WidgetMethods in org.openhab.core.model.sitemap.sitemap.impl that return types with arguments of type WidgetModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Widget> LinkableWidgetImpl.getChildren()org.eclipse.emf.common.util.EList<Widget> SitemapImpl.getChildren() -
Uses of Widget in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type WidgetModifier and TypeMethodDescriptionSitemapSwitch.caseWidget(Widget object) Returns the result of interpreting the object as an instance of 'Widget'. -
Uses of Widget in org.openhab.core.ui.items
Methods in org.openhab.core.ui.items that return WidgetModifier and TypeMethodDescription@Nullable WidgetItemUIProvider.getDefaultWidget(@Nullable Class<? extends Item> itemType, String itemName) Provides a default widget for a given item (class).@Nullable WidgetProvides a widget for a given item.@Nullable WidgetRetrieves the widget for a given id on a given sitemap.Methods in org.openhab.core.ui.items that return types with arguments of type WidgetModifier 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.org.eclipse.emf.common.util.EList<Widget> ItemUIRegistry.getChildren(Sitemap sitemap) this should be used instead of Sitemap.getChildren() as the default widgets have to be resolved to a concrete widget type.Methods in org.openhab.core.ui.items with parameters of type WidgetModifier and TypeMethodDescription@Nullable StateItemUIRegistry.convertState(Widget widget, Item item, State state) Convert the given state into@Nullable StringItemUIRegistry.getCategory(Widget w) Retrieves the category for a widget.@Nullable StringItemUIRegistry.getConditionalIcon(Widget w) Gets the icon for the widget.@Nullable StringItemUIRegistry.getFormatPattern(Widget w) Gets the format pattern for the widget value, retrieved from widget label, item label or item state description@Nullable StringItemUIRegistry.getIconColor(Widget w) Gets the icon color for the widget.@Nullable StringRetrieves the label for a widget.@Nullable StringItemUIRegistry.getLabelColor(Widget w) Gets the label color for the widget.ItemUIRegistry.getLabelSource(Widget w) Retrieves the label source for a widget.@Nullable org.eclipse.emf.ecore.EObjectthis should be used instead of Widget.eContainer() as as the concrete widgets created from default widgets have no parent.@Nullable StateRetrieves the current state of the item of a widget orUnDefType.UNDEF.@Nullable StringItemUIRegistry.getUnitForWidget(Widget widget) Provide a widget specific String representation of aUnit.@Nullable StringItemUIRegistry.getValueColor(Widget w) Gets the value color for the widget.booleanItemUIRegistry.getVisiblity(Widget w) Gets the widget visibility based on the item stateItemUIRegistry.getWidgetId(Widget w) Provides an id for a widget.