Uses of Interface
org.openhab.core.model.sitemap.sitemap.Sitemap
Package
Description
-
Uses of Sitemap in org.openhab.core.model.sitemap
Modifier and TypeMethodDescription@Nullable Sitemap
SitemapProvider.getSitemap
(String sitemapName) This method provides access to sitemap model files, loads them and returns the object model tree. -
Uses of Sitemap in org.openhab.core.model.sitemap.serializer
Modifier and TypeMethodDescriptionprotected void
AbstractSitemapSemanticSequencer.sequence_Sitemap
(org.eclipse.xtext.serializer.ISerializationContext context, Sitemap semanticObject) Contexts: SitemapModel returns Sitemap Sitemap returns Sitemap Constraint: (name=ID label=STRING? icon=STRING? children+=Widget+) -
Uses of Sitemap in org.openhab.core.model.sitemap.sitemap
Modifier and TypeMethodDescriptionSitemapFactory.createSitemap()
Returns a new object of class 'Sitemap'. -
Uses of Sitemap in org.openhab.core.model.sitemap.sitemap.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Sitemap'. -
Uses of Sitemap in org.openhab.core.model.sitemap.sitemap.util
Modifier and TypeMethodDescriptionSitemapSwitch.caseSitemap
(Sitemap object) Returns the result of interpreting the object as an instance of 'Sitemap'. -
Uses of Sitemap in org.openhab.core.model.sitemap.validation
-
Uses of Sitemap in org.openhab.core.ui.items
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Widget>
ItemUIRegistry.getChildren
(Sitemap sitemap) this should be used instead of Sitemap.getChildren() as the default widgets have to be resolved to a concrete widget type.@Nullable Widget
Retrieves the widget for a given id on a given sitemap.