Interface IGroupMenuEntry
- All Superinterfaces:
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 Summary
Modifier and TypeMethodDescriptionReturns the child menu entries of this menu entry.Methods inherited from interface IMenuEntry
getIconStyleClass, getLabel, isAvailable, isEnabled
-
Method Details
-
getChildren
List<IMenuEntry> getChildren()Returns the child menu entries of this menu entry.- Returns:
- the child menu entries of this menu entry
-