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