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