Enum Constant Summary
Enum Constants
Internationalization strings for e.g. date specific labels, e.g.
The index of the tab inside the tab group.
Is this request/response an update of lazy loaded data in sheet.
Number 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
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
EXECUTE
<f:ajax> attribute
I18N
Internationalization strings for e.g. date specific labels, e.g. January or Monday.
INDEX
The index of the tab inside the tab group.
LAZY
Lazy loading in sheet.
LAZY_UPDATE
Is this request/response an update of lazy loaded data in sheet.
RENDER
<f:ajax> attribute
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.
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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 type has no constant with the specified name
NullPointerException
- if the argument is null