Enum DataAttributes
- Alle implementierten Schnittstellen:
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.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum-Konstanten - Übersicht
Enum-KonstantenEnum-KonstanteBeschreibungContains the closed tree icon or style.The index of the column of a sheet.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.Faces message for further use with custom JavaScript.Holds the id of the first row in a sheet.Holds the first day of a week of a calendar control.Help message for further use with custom JavaScript.Defines e.g. the index of a tab inside a tab group.Defines a maximum value.Defines the depth level of a tree node.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.Veraltet.Reference to a sheet.Veraltet.since 4.0.0.Veraltet.since 5.0.0, please useCustomAttributes.PARENT
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. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic MarkupLanguageAttributes
getValue()
static DataAttributes
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static DataAttributes[]
values()
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
-
Enum-Konstanten - Details
-
BS_CONTENT
-
BS_DISMISS
-
BS_TOGGLE
-
BS_TRIGGER
-
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. -
CONTENT
-
CONTEXT_PATH
The context path of the application, may be needed in the Client. -
DAY
Holds the day of a calendar control. -
DISABLED
Custom disabled attribute. Use for element, that don't have the disabled attribute. -
DISMISS
-
DISPOSE_DELAY
-
DEFAULT
Custom form attribute. Used to show the virtual form of the component. -
DELAY
-
FACES_MESSAGE
Faces message for further use with custom JavaScript. -
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. -
HELP
Help message for further use with custom JavaScript. -
INDEX
Defines e.g. the index of a tab inside a tab group. -
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_IDS
-
PARTIAL_ACTION
-
PATTERN
Custom attribute to describe a pattern, e. g. for an date input field. -
PLACEMENT
-
RELOAD
Custom reload attribute. Used to reload a panel. -
SELECTION_MODE
-
SELECTABLE
Veraltet.since 5.0.0, please useCustomAttributes.SELECTABLE
The selectable attribute e. g. for trees. -
SHEET_ID
Reference to a sheet. -
STYLE
Veraltet.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
-
TARGET
-
TITLE
-
TO_PAGE
-
TOGGLE
-
TRANSITION
-
TREE_PARENT
Veraltet.since 5.0.0, please useCustomAttributes.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.
-
-
Methodendetails
-
values
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.- Gibt zurück:
- ein Array mit den Konstanten dieses Enumerationstyps in der Reihenfolge ihrer Deklaration
-
valueOf
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enumerationskonstante in diesem Typ deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)- Parameter:
name
- Name der zurückzugebenden Enumerationskonstante.- Gibt zurück:
- Enumerationskonstante mit dem angegebenen Namen
- Löst aus:
IllegalArgumentException
- wenn dieser Enumerationstyp keine Konstante mit dem angegebenen Namen enthältNullPointerException
- wenn das Argument nicht angegeben wird
-
getValue
- Angegeben von:
getValue
in SchnittstelleMarkupLanguageAttributes
-
dynamic
-
CustomAttributes.SELECTABLE