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 - ÜbersichtVon Klasse geerbte verschachtelte Klassen/Schnittstellen java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum-Konstanten - ÜbersichtEnum-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.PARENTDefines 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übersichtModifizierer und TypMethodeBeschreibungstatic MarkupLanguageAttributesgetValue()static DataAttributesGibt 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_TOGGLE
- 
BS_TRIGGER
- 
CLOSEDContains the closed tree icon or style.
- 
COLUMN_INDEXThe 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_PATHThe context path of the application, may be needed in the Client.
- 
DAYHolds the day of a calendar control.
- 
DISABLEDCustom disabled attribute. Use for element, that don't have the disabled attribute.
- 
DISMISS
- 
DEFAULTCustom form attribute. Used to show the virtual form of the component.
- 
DELAY
- 
FACES_MESSAGEFaces message for further use with custom JavaScript.
- 
FOR
- 
FIRSTHolds the id of the first row in a sheet.
- 
FIRST_DAY_OF_WEEKHolds the first day of a week of a calendar control.
- 
HELPHelp message for further use with custom JavaScript.
- 
INDEXDefines e.g. the index of a tab inside a tab group.
- 
LAYOUTDefines a maximum value.
- 
LEVELDefines the depth level of a tree node.
- 
MAXDefines a maximum value.
- 
MONTHHolds the month of a calendar control.
- 
MONTH_NAMESHolds the names of the months of a calendar control.
- 
OPENContains the open tree icon or style.
- 
PARTIAL_IDS
- 
PARTIAL_ACTION
- 
PATTERNCustom attribute to describe a pattern, e. g. for an date input field.
- 
RELOADCustom reload attribute. Used to reload a panel.
- 
SELECTION_MODE
- 
SELECTABLEVeraltet.since 5.0.0, please useCustomAttributes.SELECTABLEThe selectable attribute e. g. for trees.
- 
SHEET_IDReference to a sheet.
- 
STYLEVeraltet.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_PARENTVeraltet.since 5.0.0, please useCustomAttributes.PARENTId of the parent node in a tree node.
- 
UNITDefines the unit, e. g. to differ between hours, minutes and seconds in a time control.
- 
VALUEHolds the value (for tags, that don't have a value in HTML).
- 
YEARHolds the year of a calendar control.
 
- 
- 
Methodendetails- 
valuesGibt 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
 
- 
valueOfGibt 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ält
- NullPointerException- wenn das Argument nicht angegeben wird
 
- 
getValue- Angegeben von:
- getValuein Schnittstelle- MarkupLanguageAttributes
 
- 
dynamic
 
- 
CustomAttributes.SELECTABLE