public enum DataAttributes extends Enum<DataAttributes> implements MarkupLanguageAttributes
Enum Constant and Description |
---|
BEHAVIOR_COMMANDS
Deprecated.
please use COMMANDS
|
COLUMN_INDEX
The index of the column of a sheet.
|
COMMAND
Custom command attribute.
|
COMMANDS
The list of commands attached to an element.
|
CONTEXT_PATH
The context path of the application, may be needed in the Client.
|
DATE_TIME_I18N |
DAY
Holds the day of a calendar control.
|
DEFAULT
Custom form attribute.
|
DELAY |
DISABLED
Custom disabled attribute.
|
DISMISS |
FIRST
Holds the id of the first row in a sheet.
|
FIRST_DAY_OF_WEEK
Holds the first day of a week of a calendar control.
|
FOR |
LAYOUT
Defines a maximum value.
|
MAX
Defines a maximum value.
|
MONTH
Holds the month of a calendar control.
|
MONTH_NAMES
Holds the names of the months of a calendar control.
|
PARTIAL_ACTION |
PARTIAL_IDS |
PATTERN
Custom attribute to describe a pattern, e. g. for an date input field.
|
RELOAD
Custom reload attribute.
|
ROW_ACTION |
ROW_INDEX |
SCROLL_PANEL |
SCROLL_POSITION |
SELECTABLE
The selectable attribute e. g. for trees.
|
SELECTION_MODE |
SHEET_ID
Reference to a sheet.
|
SRC_CLOSED
Alternate to the src attribute, icon open and close.
|
SRC_OPEN
Alternate to the src attribute, icon open and close.
|
STYLE
A way to transport style data in JSON format to the browser.
|
SUGGEST_DATA |
SUGGEST_DELAY |
SUGGEST_FOR |
SUGGEST_MAX_ITEMS |
SUGGEST_MIN_CHARS |
SUGGEST_TOTAL_COUNT |
SUGGEST_UPDATE |
TARGET |
TO_PAGE |
TOGGLE |
TRANSITION |
TREE_PARENT
Id of the parent node in a tree node.
|
UNIT
Defines the unit, e. g. to differ between hours, minutes and seconds in a time control.
|
VALUE
Holds the value (for tags, that don't have a value in HTML).
|
YEAR
Holds the year of a calendar control.
|
Modifier and Type | Method and Description |
---|---|
static MarkupLanguageAttributes |
dynamic(String withoutPrefix) |
String |
getValue() |
static DataAttributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataAttributes BEHAVIOR_COMMANDS
public static final DataAttributes COLUMN_INDEX
public static final DataAttributes COMMAND
public static final DataAttributes COMMANDS
public static final DataAttributes CONTEXT_PATH
public static final DataAttributes DATE_TIME_I18N
public static final DataAttributes DAY
public static final DataAttributes DISABLED
public static final DataAttributes DISMISS
public static final DataAttributes DEFAULT
public static final DataAttributes DELAY
public static final DataAttributes FOR
public static final DataAttributes FIRST
public static final DataAttributes ROW_INDEX
public static final DataAttributes FIRST_DAY_OF_WEEK
public static final DataAttributes LAYOUT
public static final DataAttributes MAX
public static final DataAttributes MONTH
public static final DataAttributes MONTH_NAMES
public static final DataAttributes PARTIAL_IDS
public static final DataAttributes PARTIAL_ACTION
public static final DataAttributes PATTERN
public static final DataAttributes RELOAD
public static final DataAttributes ROW_ACTION
public static final DataAttributes SELECTION_MODE
public static final DataAttributes SELECTABLE
public static final DataAttributes SHEET_ID
public static final DataAttributes SRC_CLOSED
public static final DataAttributes SRC_OPEN
public static final DataAttributes STYLE
public static final DataAttributes SCROLL_PANEL
public static final DataAttributes SCROLL_POSITION
public static final DataAttributes SUGGEST_DATA
public static final DataAttributes SUGGEST_DELAY
public static final DataAttributes SUGGEST_FOR
public static final DataAttributes SUGGEST_MAX_ITEMS
public static final DataAttributes SUGGEST_MIN_CHARS
public static final DataAttributes SUGGEST_TOTAL_COUNT
public static final DataAttributes SUGGEST_UPDATE
public static final DataAttributes TARGET
public static final DataAttributes TO_PAGE
public static final DataAttributes TOGGLE
public static final DataAttributes TRANSITION
public static final DataAttributes TREE_PARENT
public static final DataAttributes UNIT
public static final DataAttributes VALUE
public static final DataAttributes YEAR
public static DataAttributes[] values()
for (DataAttributes c : DataAttributes.values()) System.out.println(c);
public static DataAttributes 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
public static MarkupLanguageAttributes dynamic(String withoutPrefix)
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.