Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelWidget
Packages that use ModelWidget
Package
Description
-
Uses of ModelWidget in org.openhab.core.model.sitemap.sitemap
Subinterfaces of ModelWidget in org.openhab.core.model.sitemap.sitemapModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Model Button'.interfaceA representation of the model object 'Model Buttongrid'.interfaceA representation of the model object 'Model Chart'.interfaceA representation of the model object 'Model Colorpicker'.interfaceA representation of the model object 'Model Colortemperaturepicker'.interfaceA representation of the model object 'Model Default'.interfaceA representation of the model object 'Model Frame'.interfaceA representation of the model object 'Model Group'.interfaceA representation of the model object 'Model Image'.interfaceA representation of the model object 'Model Input'.interfaceA representation of the model object 'Model Linkable Widget'.interfaceA representation of the model object 'Model Mapview'.interfaceA representation of the model object 'Model Non Linkable Widget'.interfaceA representation of the model object 'Model Selection'.interfaceA representation of the model object 'Model Setpoint'.interfaceA representation of the model object 'Model Slider'.interfaceA representation of the model object 'Model Switch'.interfaceA representation of the model object 'Model Text'.interfaceA representation of the model object 'Model Video'.interfaceA representation of the model object 'Model Webview'.Methods in org.openhab.core.model.sitemap.sitemap that return ModelWidgetModifier and TypeMethodDescriptionSitemapFactory.createModelWidget()Returns a new object of class 'Model Widget'.Methods in org.openhab.core.model.sitemap.sitemap that return types with arguments of type ModelWidgetModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ModelWidget> ModelLinkableWidget.getChildren()Returns the value of the 'Children' containment reference list.org.eclipse.emf.common.util.EList<ModelWidget> ModelSitemap.getChildren()Returns the value of the 'Children' containment reference list. -
Uses of ModelWidget in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelWidgetModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Buttongrid'.classAn implementation of the model object 'Model Button'.classAn implementation of the model object 'Model Chart'.classAn implementation of the model object 'Model Colorpicker'.classAn implementation of the model object 'Model Colortemperaturepicker'.classAn implementation of the model object 'Model Default'.classAn implementation of the model object 'Model Frame'.classAn implementation of the model object 'Model Group'.classAn implementation of the model object 'Model Image'.classAn implementation of the model object 'Model Input'.classAn implementation of the model object 'Model Linkable Widget'.classAn implementation of the model object 'Model Mapview'.classAn implementation of the model object 'Model Non Linkable Widget'.classAn implementation of the model object 'Model Selection'.classAn implementation of the model object 'Model Setpoint'.classAn implementation of the model object 'Model Slider'.classAn implementation of the model object 'Model Switch'.classAn implementation of the model object 'Model Text'.classAn implementation of the model object 'Model Video'.classAn implementation of the model object 'Model Webview'.classAn implementation of the model object 'Model Widget'.Fields in org.openhab.core.model.sitemap.sitemap.impl with type parameters of type ModelWidgetModifier and TypeFieldDescriptionprotected org.eclipse.emf.common.util.EList<ModelWidget> ModelLinkableWidgetImpl.childrenThe cached value of the 'Children' containment reference list.protected org.eclipse.emf.common.util.EList<ModelWidget> ModelSitemapImpl.childrenThe cached value of the 'Children' containment reference list.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelWidgetMethods in org.openhab.core.model.sitemap.sitemap.impl that return types with arguments of type ModelWidgetModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ModelWidget> ModelLinkableWidgetImpl.getChildren()org.eclipse.emf.common.util.EList<ModelWidget> ModelSitemapImpl.getChildren() -
Uses of ModelWidget in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelWidgetModifier and TypeMethodDescriptionSitemapSwitch.caseModelWidget(ModelWidget object) Returns the result of interpreting the object as an instance of 'Model Widget'. -
Uses of ModelWidget in org.openhab.core.model.sitemap.validation
Methods in org.openhab.core.model.sitemap.validation with parameters of type ModelWidgetModifier and TypeMethodDescriptionvoidSitemapValidator.checkDuplicates(ModelWidget w) voidSitemapValidator.checkWidgetHasItem(ModelWidget w) voidSitemapValidator.checkWidgetIcon(ModelWidget w)