Enum DataAttributes
- All Implemented Interfaces:
Serializable
,Comparable<DataAttributes>
,java.lang.constant.Constable
,MarkupLanguageAttributes
Custom data attributes.
These attributes may transport data to DOM which are not standardized.
The format is "data-tobago-*" which is conform to HTML 5, but also works in older browsers.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.since 3.0.0, please use COMMANDSContains the closed tree icon or style.The index of the column of a sheet.Custom command attribute.The list of commands attached to an element.The context path of the application, may be needed in the Client.Holds the day of a calendar control.Custom form attribute.Custom disabled attribute.Holds the id of the first row in a sheet.Holds the first day of a week of a calendar control.Defines a maximum value.Lazy loading in sheet.Defines the depth level of a tree node.Defines the markup of the component.Defines a maximum value.Holds the month of a calendar control.Holds the names of the months of a calendar control.Contains the open tree icon or style.Custom attribute to describe a pattern, e. g. for an date input field.Custom reload attribute.Number of all rows in sheet.Number of rows to show/load for lazy loading in sheet.The selectable attribute e. g. for trees.Reference to a sheet.Deprecated.since 4.0.0.The mode of the tab switch: client, reloadTab, reloadPage.The index of the tab inside the tab group.Id of the parent node in a tree node.Defines the unit, e. g. to differ between hours, minutes and seconds in a time control.Holds the value (for tags, that don't have a value in HTML).Holds the year of a calendar control. -
Method Summary
Modifier and TypeMethodDescriptionstatic MarkupLanguageAttributes
getValue()
static DataAttributes
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.
-
Enum Constant Details
-
BEHAVIOR_COMMANDS
Deprecated.since 3.0.0, please use COMMANDSAjax behaviors execute and render attributes for TabGroup and Sheet reload -
CLOSED
Contains the closed tree icon or style. -
COLUMN_INDEX
The index of the column of a sheet. This index means the position of the rendered column. It can differ, if there are tc:column with rendered=false. -
COMMAND
Custom command attribute. Is used to mark different client side JavaScript buttons. Should only contain the command name as a keyword, for security reasons. -
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. -
DISABLED
Custom disabled attribute. Use for element, that don't have the disabled attribute. -
DISMISS
-
DEFAULT
Custom form attribute. Used to show the virtual form of the component. -
DELAY
-
FOR
-
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. -
LAYOUT
Defines a maximum value. -
LAZY
Lazy loading in sheet. (Preliminary) -
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_IDS
-
PARTIAL_ACTION
-
PATTERN
Custom attribute to describe a pattern, e. g. for an date input field. -
RELOAD
Custom reload attribute. Used to reload a panel. -
ROW_ACTION
-
ROW_INDEX
-
ROWS
Number of rows to show/load for lazy loading in sheet. (Preliminary) -
ROW_COUNT
Number of all rows in sheet. (Preliminary) -
SELECTION_MODE
-
SELECTABLE
The selectable attribute e. g. for trees. -
SHEET_ID
Reference to a sheet. -
STYLE
Deprecated.since 4.0.0. UIStyle now renders itself.A way to transport style data in JSON format to the browser. With CSP the normal style attribute isn't allowed. -
SCROLL_PANEL
-
SCROLL_POSITION
-
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.
-
-
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 nameNullPointerException
- if the argument is null
-
getValue
- Specified by:
getValue
in interfaceMarkupLanguageAttributes
-
dynamic
-