Package com.persequor.extension.frontend
Class MenuSection
java.lang.Object
com.persequor.extension.frontend.MenuSection
- All Implemented Interfaces:
IMenuSection
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MenuSection
static final MenuSection
static final MenuSection
static final MenuSection
static final MenuSection
static final MenuSection
static final MenuSection
static final MenuSection
static final MenuSection
static final MenuSection
static final MenuSection
static final MenuSection
static final MenuSection
-
Constructor Summary
ConstructorsConstructorDescriptionMenuSection
(String id, IString label, Icon icon, int order) MenuSection
(String id, String label, Icon icon, int order) -
Method Summary
-
Field Details
-
system
-
items
-
events
-
transaction
-
masterdata
-
reporting
-
tools
-
monitoring
-
administration
-
localisation
-
extensions
-
development
-
support
-
-
Constructor Details
-
MenuSection
-
MenuSection
-
-
Method Details
-
getId
Description copied from interface:IMenuSection
Return a unique ID for this menu section.- Specified by:
getId
in interfaceIMenuSection
- Returns:
- the unique ID for this menu section
-
getLabel
- Specified by:
getLabel
in interfaceIMenuSection
- Returns:
- the label to be shown in the side menu
-
getIcon
- Specified by:
getIcon
in interfaceIMenuSection
- Returns:
- the icon to be shown in the side menu
-
getOrder
public int getOrder()Description copied from interface:IMenuSection
The sorting order of this menu section, for equal values Saga will try to maintain insertion order- Specified by:
getOrder
in interfaceIMenuSection
- Returns:
- the sorting order of this menu section
-
after
public int after() -
before
public int before()
-