Uses of Interface
org.openhab.core.model.sitemap.sitemap.Sitemap
Packages that use Sitemap
Package
Description
-
Uses of Sitemap in org.openhab.core.model.sitemap
Methods in org.openhab.core.model.sitemap that return SitemapModifier 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
Methods in org.openhab.core.model.sitemap.serializer with parameters of type SitemapModifier 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? -
Uses of Sitemap in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return SitemapModifier and TypeMethodDescriptionSitemapFactory.createSitemap()
Returns a new object of class 'Sitemap'. -
Uses of Sitemap in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement SitemapModifier and TypeClassDescriptionclass
An implementation of the model object 'Sitemap'.Methods in org.openhab.core.model.sitemap.sitemap.impl that return Sitemap -
Uses of Sitemap in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type SitemapModifier 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
Methods in org.openhab.core.model.sitemap.validation with parameters of type Sitemap -
Uses of Sitemap in org.openhab.core.ui.items
Methods in org.openhab.core.ui.items with parameters of type SitemapModifier 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.