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