Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelFrame
Packages that use ModelFrame
Package
Description
-
Uses of ModelFrame in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ModelFrameModifier and TypeMethodDescriptionprotected voidSitemapSemanticSequencer.sequence_ModelFrame(org.eclipse.xtext.serializer.ISerializationContext context, ModelFrame semanticObject) Contexts: ModelFrame returns ModelFrame Constraint: ( item=ItemRef | label=ID | label=STRING | icon=Icon | IconRules=ModelIconRuleList | staticIcon=Icon | labelColor=ModelColorArrayList | valueColor=ModelColorArrayList | iconColor=ModelColorArrayList | visibility=ModelVisibilityRuleList )*protected voidSitemapSemanticSequencer.sequence_ModelFrame_ModelLinkableWidget(org.eclipse.xtext.serializer.ISerializationContext context, ModelFrame semanticObject) Contexts: ModelWidget returns ModelFrame ModelLinkableWidget returns ModelFrame Constraint: ( ( item=ItemRef | label=ID | label=STRING | icon=Icon | IconRules=ModelIconRuleList | staticIcon=Icon | labelColor=ModelColorArrayList | valueColor=ModelColorArrayList | iconColor=ModelColorArrayList | visibility=ModelVisibilityRuleList )* children+=ModelWidget* ) -
Uses of ModelFrame in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ModelFrameModifier and TypeMethodDescriptionSitemapFactory.createModelFrame()Returns a new object of class 'Model Frame'. -
Uses of ModelFrame in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelFrameModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Frame'.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelFrame -
Uses of ModelFrame in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelFrameModifier and TypeMethodDescriptionSitemapSwitch.caseModelFrame(ModelFrame object) Returns the result of interpreting the object as an instance of 'Model Frame'. -
Uses of ModelFrame in org.openhab.core.model.sitemap.validation
Methods in org.openhab.core.model.sitemap.validation with parameters of type ModelFrame