Interface Item

All Superinterfaces:
Extendable, de.willuhn.datasource.GenericObject, de.willuhn.datasource.GenericObjectNode, Remote
All Known Subinterfaces:
MenuItem, NavigationItem
All Known Implementing Classes:
AbstractItemXml, MenuItemXml, NavigationItemXml

public interface Item extends de.willuhn.datasource.GenericObjectNode, Extendable
Generisches Element fuer die Navigation/Menu.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Fuegt ein Kind hinzu.
    Liefert die Aktion, der ausgeloest werden soll, wenn das Element aktiviert wird.
    Anzuzeigender Name.
    boolean
    Liefert true, wenn das Element aktiv ist.
    void
    setEnabled(boolean enabled, boolean recursive)
    Aktiviert oder deaktiviert das Element.

    Methods inherited from interface de.willuhn.jameica.gui.extension.Extendable

    getExtendableID

    Methods inherited from interface de.willuhn.datasource.GenericObject

    equals, getAttribute, getAttributeNames, getID, getPrimaryAttribute

    Methods inherited from interface de.willuhn.datasource.GenericObjectNode

    getChildren, getParent, getPath, getPossibleParents, hasChild