Interface ModelButtongrid
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,ModelLinkableWidget,ModelWidget,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ModelButtongridImpl
A representation of the model object 'Model Buttongrid'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Buttons' containment reference.voidSets the value of the 'Buttons' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.openhab.core.model.sitemap.sitemap.ModelLinkableWidget
getChildrenMethods inherited from interface org.openhab.core.model.sitemap.sitemap.ModelWidget
getIcon, getIconColor, getIconRules, getItem, getLabel, getLabelColor, getStaticIcon, getValueColor, getVisibility, setIcon, setIconColor, setIconRules, setItem, setLabel, setLabelColor, setStaticIcon, setValueColor, setVisibilityMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getButtons
ModelButtonDefinitionList getButtons()Returns the value of the 'Buttons' containment reference.- Returns:
- the value of the 'Buttons' containment reference.
- See Also:
-
setButtons
Sets the value of the 'Buttons' containment reference.- Parameters:
value- the new value of the 'Buttons' containment reference.- See Also:
-