Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelColorpicker
Packages that use ModelColorpicker
Package
Description
-
Uses of ModelColorpicker in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ModelColorpickerModifier and TypeMethodDescriptionprotected voidSitemapSemanticSequencer.sequence_ModelColorpicker(org.eclipse.xtext.serializer.ISerializationContext context, ModelColorpicker semanticObject) Contexts: ModelWidget returns ModelColorpicker ModelNonLinkableWidget returns ModelColorpicker ModelColorpicker returns ModelColorpicker Constraint: ( item=ItemRef | label=ID | label=STRING | icon=Icon | IconRules=ModelIconRuleList | staticIcon=Icon | labelColor=ModelColorArrayList | valueColor=ModelColorArrayList | iconColor=ModelColorArrayList | visibility=ModelVisibilityRuleList )+ -
Uses of ModelColorpicker in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ModelColorpickerModifier and TypeMethodDescriptionSitemapFactory.createModelColorpicker()Returns a new object of class 'Model Colorpicker'. -
Uses of ModelColorpicker in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelColorpickerModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Colorpicker'.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelColorpicker -
Uses of ModelColorpicker in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelColorpickerModifier and TypeMethodDescriptionSitemapSwitch.caseModelColorpicker(ModelColorpicker object) Returns the result of interpreting the object as an instance of 'Model Colorpicker'.