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