Interface ModelLinkableWidget
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,ModelWidget,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
ModelButtongrid,ModelFrame,ModelGroup,ModelImage,ModelText
- All Known Implementing Classes:
ModelButtongridImpl,ModelFrameImpl,ModelGroupImpl,ModelImageImpl,ModelLinkableWidgetImpl,ModelTextImpl
A representation of the model object 'Model Linkable Widget'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ModelWidget> Returns the value of the 'Children' containment reference list.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.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
-
getChildren
org.eclipse.emf.common.util.EList<ModelWidget> getChildren()Returns the value of the 'Children' containment reference list. The list contents are of typeModelWidget.- Returns:
- the value of the 'Children' containment reference list.
- See Also:
-