Uses of Interface
org.openhab.core.sitemap.Sitemap
Packages that use Sitemap
Package
Description
-
Uses of Sitemap in org.openhab.core.io.rest.sitemap
Methods in org.openhab.core.io.rest.sitemap with parameters of type Sitemap -
Uses of Sitemap in org.openhab.core.sitemap.dto
Methods in org.openhab.core.sitemap.dto that return SitemapModifier and TypeMethodDescriptionstatic SitemapSitemapDTOMapper.map(SitemapDefinitionDTO sitemapDTO, SitemapFactory sitemapFactory) Methods in org.openhab.core.sitemap.dto with parameters of type SitemapModifier and TypeMethodDescriptionstatic SitemapDefinitionDTOMaps sitemaps into sitemap data transfer object (DTO). -
Uses of Sitemap in org.openhab.core.sitemap.fileconverter
Methods in org.openhab.core.sitemap.fileconverter that return types with arguments of type SitemapModifier and TypeMethodDescriptionSitemapParser.getParsedObjects(String modelName) Get theSitemapobjects found when parsing the format.Method parameters in org.openhab.core.sitemap.fileconverter with type arguments of type Sitemap -
Uses of Sitemap in org.openhab.core.sitemap.registry
Methods in org.openhab.core.sitemap.registry that return SitemapModifier and TypeMethodDescriptionSitemapFactory.createSitemap(String sitemapName) Creates a newSitemapinstance with namesitemapName@Nullable SitemapSitemapProvider.getSitemap(String sitemapName) Get a sitemap from the provider.Method parameters in org.openhab.core.sitemap.registry with type arguments of type SitemapModifier and TypeMethodDescriptionvoidSitemapRegistry.addSitemapProvider(Provider<Sitemap> provider) Add a sitemap provider to the registry.voidSitemapRegistry.removeSitemapProvider(Provider<Sitemap> provider) Remove a sitemap provider from the registry. -
Uses of Sitemap in org.openhab.core.ui.items
Methods in org.openhab.core.ui.items with parameters of type SitemapModifier and TypeMethodDescriptionItemUIRegistry.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 WidgetRetrieves the widget for a given id on a given sitemap.