public enum DataAttributes extends Enum<DataAttributes> implements MarkupLanguageAttributes
Enum Constant and Description |
---|
BS_CONTENT |
BS_TOGGLE |
BS_TRIGGER |
CLOSED
Contains the closed tree icon or style.
|
COLUMN_INDEX
The index of the column of a sheet.
|
CONTENT |
CONTEXT_PATH
The context path of the application, may be needed in the Client.
|
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.
|
LEVEL
Defines the depth level of a tree node.
|
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.
|
SCROLL_PANEL |
SCROLL_POSITION |
SELECTABLE
Deprecated.
since 5.0.0, please use
CustomAttributes.SELECTABLE |
SELECTION_MODE |
SHEET_ID
Reference to a sheet.
|
STYLE
Deprecated.
since 4.0.0. UIStyle now renders itself.
|
TARGET |
TITLE |
TO_PAGE |
TOGGLE |
TRANSITION |
TREE_PARENT
Deprecated.
since 5.0.0, please use
CustomAttributes.PARENT |
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 BS_CONTENT
public static final DataAttributes BS_TOGGLE
public static final DataAttributes BS_TRIGGER
public static final DataAttributes CLOSED
public static final DataAttributes COLUMN_INDEX
public static final DataAttributes CONTENT
public static final DataAttributes CONTEXT_PATH
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 LEVEL
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 SELECTION_MODE
@Deprecated public static final DataAttributes SELECTABLE
CustomAttributes.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 TARGET
public static final DataAttributes TITLE
public static final DataAttributes TO_PAGE
public static final DataAttributes TOGGLE
public static final DataAttributes TRANSITION
@Deprecated public static final DataAttributes TREE_PARENT
CustomAttributes.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–2021 The Apache Software Foundation. All rights reserved.