|
||||||||||
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 |
SELECTIONMODE
|
static String |
SHEETID
Reference to a sheet. |
static String |
SRCCLOSE
Alternate to the src attribute, icon open and close. |
static String |
SRCDEFAULT
Alternate to the src attribute, to implement a hover effect. |
static String |
SRCHOVER
Alternate to the src attribute, to implement a hover effect. |
static String |
SRCOPEN
Alternate to the src attribute, icon open and close. |
static String |
TREEPARENT
Id of the parent node in a tree node. |
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
public static final String SELECTIONMODE
public static final String SELECTABLE
public static final String SHEETID
public static final String SRCHOVER
public static final String SRCDEFAULT
public static final String SRCCLOSE
public static final String SRCOPEN
public static final String TREEPARENT
Constructor Detail |
---|
public DataAttributes()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |