Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelChart
Packages that use ModelChart
Package
Description
-
Uses of ModelChart in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ModelChartModifier and TypeMethodDescriptionprotected voidSitemapSemanticSequencer.sequence_ModelChart(org.eclipse.xtext.serializer.ISerializationContext context, ModelChart semanticObject) Contexts: ModelWidget returns ModelChart ModelNonLinkableWidget returns ModelChart ModelChart returns ModelChart Constraint: ( item=ItemRef | label=ID | label=STRING | icon=Icon | IconRules=ModelIconRuleList | staticIcon=Icon | service=STRING | refresh=INT | period=Period | legend=BOOLEAN_OBJECT | forceAsItem=BOOLEAN_OBJECT | yAxisDecimalPattern=STRING | interpolation=STRING | labelColor=ModelColorArrayList | valueColor=ModelColorArrayList | iconColor=ModelColorArrayList | visibility=ModelVisibilityRuleList )+ -
Uses of ModelChart in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ModelChartModifier and TypeMethodDescriptionSitemapFactory.createModelChart()Returns a new object of class 'Model Chart'. -
Uses of ModelChart in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelChartModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Chart'.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelChart -
Uses of ModelChart in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelChartModifier and TypeMethodDescriptionSitemapSwitch.caseModelChart(ModelChart object) Returns the result of interpreting the object as an instance of 'Model Chart'. -
Uses of ModelChart in org.openhab.core.model.sitemap.validation
Methods in org.openhab.core.model.sitemap.validation with parameters of type ModelChart