Interface LinkableWidget

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Widget
All Known Subinterfaces:
Frame, Group, Image, Text
All Known Implementing Classes:
FrameImpl, GroupImpl, ImageImpl, LinkableWidgetImpl, TextImpl

public interface LinkableWidget extends Widget
A representation of the model object 'Linkable Widget'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<Widget>
    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, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver

    Methods inherited from interface org.openhab.core.model.sitemap.sitemap.Widget

    getIcon, getIconColor, getIconRules, getItem, getLabel, getLabelColor, getStaticIcon, getValueColor, getVisibility, setIcon, setItem, setLabel, setStaticIcon
  • Method Details

    • getChildren

      org.eclipse.emf.common.util.EList<Widget> getChildren()
      Returns the value of the 'Children' containment reference list. The list contents are of type Widget.
      Returns:
      the value of the 'Children' containment reference list.
      See Also: