java.lang.Object | |
↳ | org.apache.myfaces.tobago.renderkit.html.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.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DISABLED | Custom disabled attribute. | |||||||||
String | SRCCLOSE | Alternate to the src attribute, icon open and close. | |||||||||
String | SRCDEFAULT | Alternate to the src attribute, to implement a hover effect. | |||||||||
String | SRCHOVER | Alternate to the src attribute, to implement a hover effect. | |||||||||
String | SRCOPEN | Alternate to the src attribute, icon open and close. | |||||||||
String | TREEPARENT | Id of the parent node in a tree node. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Custom disabled attribute. Use for element, that don't have the disabled attribute.
Alternate to the src attribute, icon open and close.
Alternate to the src attribute, to implement a hover effect.
Alternate to the src attribute, to implement a hover effect.
Alternate to the src attribute, icon open and close.
Id of the parent node in a tree node.