public enum DataAttributes extends Enum<DataAttributes> implements MarkupLanguageAttributes
Enum Constant and Description |
---|
BEHAVIOR_COMMANDS
Deprecated.
since 3.0.0, please use COMMANDS
|
CLOSED
Contains the closed tree icon or style.
|
COLUMN_INDEX
The index of the column of a sheet.
|
COMMAND
Custom command attribute.
|
COMMANDS
The list of commands attached to an element.
|
CONTENT |
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.
|
LAZY
Lazy loading in sheet.
|
LEVEL
Defines the depth level of a tree node.
|
MARKUP
Defines the markup of the component.
|
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.
|
OPEN
Contains the open tree icon or style.
|
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_COUNT
Number of all rows in sheet.
|
ROW_INDEX |
ROWS
Number of rows to show/load for lazy loading in sheet.
|
SCROLL_PANEL |
SCROLL_POSITION |
SELECTABLE
The selectable attribute e. g. for trees.
|
SELECTION_MODE |
SHEET_ID
Reference to a sheet.
|
STYLE
Deprecated.
since 4.0.0. UIStyle now renders itself.
|
SUGGEST_DATA |
SUGGEST_DELAY |
SUGGEST_FOR |
SUGGEST_MAX_ITEMS |
SUGGEST_MIN_CHARS |
SUGGEST_TOTAL_COUNT |
SUGGEST_UPDATE |
SWITCH_TYPE
The mode of the tab switch: client, reloadTab, reloadPage.
|
TAB_GROUP_INDEX
The index of the tab inside the tab group.
|
TARGET |
TITLE |
TO_PAGE |
TODAY |
TODAY_BUTTON |
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.
|
@Deprecated public static final DataAttributes BEHAVIOR_COMMANDS
public static final DataAttributes CLOSED
public static final DataAttributes COLUMN_INDEX
public static final DataAttributes COMMAND
public static final DataAttributes COMMANDS
public static final DataAttributes CONTENT
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 FIRST_DAY_OF_WEEK
public static final DataAttributes LAYOUT
public static final DataAttributes LAZY
public static final DataAttributes LEVEL
public static final DataAttributes MARKUP
public static final DataAttributes MAX
public static final DataAttributes MONTH
public static final DataAttributes MONTH_NAMES
public static final DataAttributes OPEN
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 ROW_INDEX
public static final DataAttributes ROWS
public static final DataAttributes ROW_COUNT
public static final DataAttributes SELECTION_MODE
public static final DataAttributes SELECTABLE
public static final DataAttributes SHEET_ID
@Deprecated 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 SWITCH_TYPE
public static final DataAttributes TAB_GROUP_INDEX
public static final DataAttributes TARGET
public static final DataAttributes TITLE
public static final DataAttributes TO_PAGE
public static final DataAttributes TODAY
public static final DataAttributes TODAY_BUTTON
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–2022 The Apache Software Foundation. All rights reserved.