|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.tobago.renderkit.html.DataAttributes
public final class DataAttributes
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.
Field Summary | |
---|---|
static String |
DISABLED
Custom disabled attribute. |
static String |
RELOAD
Custom reload attribute. |
static String |
SELECTABLE
The selectable attribute e. g. for trees. |
static String |
SELECTION_MODE
|
static String |
SELECTIONMODE
Deprecated. Since 1.5.11 |
static String |
SHEET_ID
Reference to a sheet. |
static String |
SHEETID
Deprecated. Since 1.5.11 |
static String |
SRC_CLOSE
Alternate to the src attribute, icon open and close. |
static String |
SRC_DEFAULT
Alternate to the src attribute, to implement a hover effect. |
static String |
SRC_HOVER
Alternate to the src attribute, to implement a hover effect. |
static String |
SRC_OPEN
Alternate to the src attribute, icon open and close. |
static String |
SRCCLOSE
Deprecated. Since 1.5.11 |
static String |
SRCDEFAULT
Deprecated. Since 1.5.11 |
static String |
SRCHOVER
Deprecated. Since 1.5.11 |
static String |
SRCOPEN
Deprecated. Since 1.5.11 |
static String |
TREE_PARENT
Id of the parent node in a tree node. |
static String |
TREEPARENT
Deprecated. Since 1.5.11 |
Constructor Summary | |
---|---|
DataAttributes()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DISABLED
public static final String RELOAD
@Deprecated public static final String SELECTIONMODE
public static final String SELECTION_MODE
public static final String SELECTABLE
@Deprecated public static final String SHEETID
public static final String SHEET_ID
@Deprecated public static final String SRCHOVER
public static final String SRC_HOVER
@Deprecated public static final String SRCDEFAULT
public static final String SRC_DEFAULT
@Deprecated public static final String SRCCLOSE
public static final String SRC_CLOSE
@Deprecated public static final String SRCOPEN
public static final String SRC_OPEN
@Deprecated public static final String TREEPARENT
public static final String TREE_PARENT
Constructor Detail |
---|
public DataAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |