Interface IGroupMenuEntry

All Superinterfaces:
IMenuEntry

public interface IGroupMenuEntry extends IMenuEntry
Common interface for group menu entries. Group menu entries are menu entries that can have child menu entries.

IMPORTANT: This interface is intended to be used by the formcycle core. Plugin developers should not implement this interface. This interface may be subject to change pretty soon.

Since:
8.5.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getChildren

      List<IMenuEntry> getChildren()
      Returns the child menu entries of this menu entry.
      Returns:
      the child menu entries of this menu entry