public enum Customizable extends Enum<Customizable>
| Enum Constant and Description |
|---|
DOC_TYPE
Document type.
|
DOMAIN_CONTEXTUALIZATION
Domain contextualization.
|
EDITABLE_WINDOW
Editable window.
|
FORM_FILTERS
Navigation adapters.
|
FRAGMENT
Fragment.
|
JSP
JSP.
|
LIST_TEMPLATE
List template.
|
MENU_TEMPLATE
Menu template.
|
MENUBAR
Menubar.
|
NAVIGATION_ADAPTERS
Navigation adapters.
|
PLAYER
Document player.
|
SET_TYPES
Set types.
|
TAB_GROUPS
Tab groups.
|
TASKBAR_ITEMS
Taskbar items.
|
TEMPLATE_ADAPTERS
Template adapters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Customizable |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Customizable[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Customizable JSP
public static final Customizable LIST_TEMPLATE
public static final Customizable FRAGMENT
public static final Customizable EDITABLE_WINDOW
public static final Customizable DOC_TYPE
public static final Customizable PLAYER
public static final Customizable MENUBAR
public static final Customizable MENU_TEMPLATE
public static final Customizable NAVIGATION_ADAPTERS
public static final Customizable FORM_FILTERS
public static final Customizable DOMAIN_CONTEXTUALIZATION
public static final Customizable TAB_GROUPS
public static final Customizable TASKBAR_ITEMS
public static final Customizable TEMPLATE_ADAPTERS
public static final Customizable SET_TYPES
public static Customizable[] values()
for (Customizable c : Customizable.values()) System.out.println(c);
public static Customizable 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 String toString()
toString in class Enum<Customizable>Copyright © 2019. All rights reserved.