public enum CustomAttributes extends Enum<CustomAttributes> implements MarkupLanguageAttributes
Enum Constant and Description |
---|
CLIENT_ID |
COLLAPSE_OPERATION |
COLLAPSE_TARGET |
CONFIRMATION |
DATE_PATTERN |
DECOUPLED |
DELAY |
EVENT |
EXECUTE
<f:ajax> attribute
|
EXPANDABLE |
FIELD_ID |
FILTER |
FOCUS_ID |
I18N
Internationalization strings for e.g. date specific labels, e.g.
|
INDEX
The index of the tab inside the tab group.
|
ITEMS |
LAZY
Lazy loading in sheet.
|
LAZY_UPDATE
Is this request/response an update of lazy loaded data in sheet.
|
LOCAL_MENU |
LOCALE |
MAX_ITEMS |
MIN_CHARS |
OMIT |
ORIENTATION |
PARENT |
RENDER
<f:ajax> attribute
|
ROW_COUNT
Number of all rows in sheet.
|
ROW_INDEX
Index of a specific row in the sheet.
|
ROWS
Number of rows to show/load for lazy loading in sheet.
|
SELECTABLE |
SELECTED |
SWITCH_TYPE
The mode of the tab switch: client, reloadTab, reloadPage.
|
TIME_PATTERN |
TODAY_BUTTON
Show the button to set the field to today.
|
TOTAL_COUNT |
UPDATE |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static CustomAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomAttributes COLLAPSE_OPERATION
public static final CustomAttributes COLLAPSE_TARGET
public static final CustomAttributes CONFIRMATION
public static final CustomAttributes CLIENT_ID
public static final CustomAttributes DATE_PATTERN
public static final CustomAttributes DELAY
public static final CustomAttributes EVENT
public static final CustomAttributes EXECUTE
public static final CustomAttributes EXPANDABLE
public static final CustomAttributes FIELD_ID
public static final CustomAttributes FILTER
public static final CustomAttributes FOCUS_ID
public static final CustomAttributes I18N
public static final CustomAttributes INDEX
public static final CustomAttributes ITEMS
public static final CustomAttributes LAZY
public static final CustomAttributes LAZY_UPDATE
public static final CustomAttributes LOCALE
public static final CustomAttributes LOCAL_MENU
public static final CustomAttributes MAX_ITEMS
public static final CustomAttributes MIN_CHARS
public static final CustomAttributes OMIT
public static final CustomAttributes ORIENTATION
public static final CustomAttributes PARENT
public static final CustomAttributes SELECTABLE
public static final CustomAttributes SELECTED
public static final CustomAttributes RENDER
public static final CustomAttributes ROWS
public static final CustomAttributes ROW_COUNT
public static final CustomAttributes ROW_INDEX
public static final CustomAttributes SWITCH_TYPE
public static final CustomAttributes TIME_PATTERN
public static final CustomAttributes TODAY_BUTTON
public static final CustomAttributes TOTAL_COUNT
public static final CustomAttributes DECOUPLED
public static final CustomAttributes UPDATE
public static CustomAttributes[] values()
for (CustomAttributes c : CustomAttributes.values()) System.out.println(c);
public static CustomAttributes 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 getValue()
getValue
in interface MarkupLanguageAttributes
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.