public enum MenubarGroup extends Enum<MenubarGroup> implements MenubarContainer
MenubarContainer| Enum Constant and Description |
|---|
ADD
Add menubar group.
|
BACK
Back menubar group.
|
CMS
CMS menubar group.
|
GENERIC
Generic menubar group.
|
SPECIFIC
Specific menubar group.
|
| Modifier and Type | Method and Description |
|---|---|
MenubarGroup |
getGroup()
Get parent menubar group.
|
String |
getHtmlClasses()
Getter for htmlClasses.
|
int |
getOrder()
Getter for order.
|
static MenubarGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MenubarGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MenubarGroup BACK
public static final MenubarGroup ADD
public static final MenubarGroup SPECIFIC
public static final MenubarGroup CMS
public static final MenubarGroup GENERIC
public static MenubarGroup[] values()
for (MenubarGroup c : MenubarGroup.values()) System.out.println(c);
public static MenubarGroup valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic MenubarGroup getGroup()
getGroup in interface MenubarContainerpublic int getOrder()
public String getHtmlClasses()
Copyright © 2021. All rights reserved.