Uses of Interface
org.openhab.core.model.sitemap.sitemap.ModelButtonDefinitionList
Packages that use ModelButtonDefinitionList
Package
Description
-
Uses of ModelButtonDefinitionList in org.openhab.core.model.sitemap.serializer
Methods in org.openhab.core.model.sitemap.serializer with parameters of type ModelButtonDefinitionListModifier and TypeMethodDescriptionprotected voidSitemapSemanticSequencer.sequence_ModelButtonDefinitionList(org.eclipse.xtext.serializer.ISerializationContext context, ModelButtonDefinitionList semanticObject) Contexts: ModelButtonDefinitionList returns ModelButtonDefinitionList Constraint: (elements+=ModelButtonDefinition elements+=ModelButtonDefinition*) -
Uses of ModelButtonDefinitionList in org.openhab.core.model.sitemap.sitemap
Methods in org.openhab.core.model.sitemap.sitemap that return ModelButtonDefinitionListModifier and TypeMethodDescriptionSitemapFactory.createModelButtonDefinitionList()Returns a new object of class 'Model Button Definition List'.ModelButtongrid.getButtons()Returns the value of the 'Buttons' containment reference.Methods in org.openhab.core.model.sitemap.sitemap with parameters of type ModelButtonDefinitionListModifier and TypeMethodDescriptionvoidModelButtongrid.setButtons(ModelButtonDefinitionList value) Sets the value of the 'Buttons' containment reference. -
Uses of ModelButtonDefinitionList in org.openhab.core.model.sitemap.sitemap.impl
Classes in org.openhab.core.model.sitemap.sitemap.impl that implement ModelButtonDefinitionListModifier and TypeClassDescriptionclassAn implementation of the model object 'Model Button Definition List'.Fields in org.openhab.core.model.sitemap.sitemap.impl declared as ModelButtonDefinitionListModifier and TypeFieldDescriptionprotected ModelButtonDefinitionListModelButtongridImpl.buttonsThe cached value of the 'Buttons' containment reference.Methods in org.openhab.core.model.sitemap.sitemap.impl that return ModelButtonDefinitionListModifier and TypeMethodDescriptionSitemapFactoryImpl.createModelButtonDefinitionList()ModelButtongridImpl.getButtons()Methods in org.openhab.core.model.sitemap.sitemap.impl with parameters of type ModelButtonDefinitionListModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainModelButtongridImpl.basicSetButtons(ModelButtonDefinitionList newButtons, org.eclipse.emf.common.notify.NotificationChain msgs) voidModelButtongridImpl.setButtons(ModelButtonDefinitionList newButtons) -
Uses of ModelButtonDefinitionList in org.openhab.core.model.sitemap.sitemap.util
Methods in org.openhab.core.model.sitemap.sitemap.util with parameters of type ModelButtonDefinitionListModifier and TypeMethodDescriptionSitemapSwitch.caseModelButtonDefinitionList(ModelButtonDefinitionList object) Returns the result of interpreting the object as an instance of 'Model Button Definition List'.