Enum Class CustomAttributes
- All Implemented Interfaces:
Serializable
,Comparable<CustomAttributes>
,Constable
,MarkupLanguageAttributes
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription<f:ajax> attributeInternationalization strings for e.g. date specific labels, e.g.The index of the tab inside the tab group.Lazy loading in sheet.Is this request/response an update of lazy loaded data in sheet.<f:ajax> attributeNumber of all rows in sheet.Index of a specific row in the sheet.Number of rows to show/load for lazy loading in sheet.The mode of the tab switch: client, reloadTab, reloadPage. -
Method Summary
Modifier and TypeMethodDescriptiongetValue()
static CustomAttributes
Returns the enum constant of this class with the specified name.static CustomAttributes[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COLLAPSE_OPERATION
-
COLLAPSE_TARGET
-
CONFIRMATION
-
CLIENT_ID
-
CUSTOM_CLASS
-
DATE_PATTERN
-
DELAY
-
DROP_ZONE
-
EVENT
-
ESCAPE
<f:ajax> attribute -
EXECUTE
-
EXPANDABLE
-
FIELD_ID
-
FILTER
-
FOCUS_ID
-
I18N
Internationalization strings for e.g. date specific labels, e.g. January or Monday. -
INDEX
The index of the tab inside the tab group. -
ITEMS
-
LABEL
Lazy loading in sheet. -
LAZY
-
LAZY_ROWS
-
LAZY_UPDATE
Is this request/response an update of lazy loaded data in sheet. -
LOCALE
-
LOCAL_MENU
-
MAX_SIZE
-
MAX_SIZE_MESSAGE
-
MAX_ITEMS
-
MIN_CHARS
-
OMIT
-
ORIENTATION
-
PARENT
-
SANITIZE
-
SELECTABLE
-
SELECTED
-
STOP_PROPAGATION
-
RENDER
<f:ajax> attribute -
RESET_VALUES
-
ROWS
Number of rows to show/load for lazy loading in sheet. -
ROW_COUNT
Number of all rows in sheet. -
ROW_INDEX
Index of a specific row in the sheet. -
SWITCH_TYPE
The mode of the tab switch: client, reloadTab, reloadPage. -
TIME_PATTERN
-
TOTAL_COUNT
-
DECOUPLED
-
UPDATE
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getValue
- Specified by:
getValue
in interfaceMarkupLanguageAttributes
-