Uses of Interface
org.openhab.core.model.sitemap.sitemap.Mapview
Packages that use Mapview
Package
Description
-
Uses of Mapview in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type MapviewModifier and TypeMethodDescriptionprotected void
AbstractSitemapSemanticSequencer.sequence_Mapview
(org.eclipse.xtext.serializer.ISerializationContext context, Mapview semanticObject) Contexts: Widget returns Mapview NonLinkableWidget returns Mapview Mapview returns Mapview Constraint: ( item=ItemRef | label=ID | label=STRING | icon=Icon | (IconRules+=IconRule IconRules+=IconRule*) | staticIcon=Icon | height=INT | (LabelColor+=ColorArray LabelColor+=ColorArray*) | (ValueColor+=ColorArray ValueColor+=ColorArray*) | (IconColor+=ColorArray IconColor+=ColorArray*) | (Visibility+=VisibilityRule Visibility+=VisibilityRule*) )+ -
Uses of Mapview in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return MapviewModifier and TypeMethodDescriptionSitemapFactory.createMapview()
Returns a new object of class 'Mapview'. -
Uses of Mapview in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement MapviewModifier and TypeClassDescriptionclass
An implementation of the model object 'Mapview'.Methods in org.openhab.core.model.sitemap.sitemap.impl that return Mapview -
Uses of Mapview in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type MapviewModifier and TypeMethodDescriptionSitemapSwitch.caseMapview
(Mapview object) Returns the result of interpreting the object as an instance of 'Mapview'.