public final class

DataAttributes

extends Object
java.lang.Object
   ↳ org.apache.myfaces.tobago.renderkit.html.DataAttributes

Class Overview

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.

Summary

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.
Public Constructors
DataAttributes()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String DISABLED

Custom disabled attribute. Use for element, that don't have the disabled attribute.

Constant Value: "data-tobago-disabled"

public static final String SRCCLOSE

Alternate to the src attribute, icon open and close.

Constant Value: "data-tobago-srcclose"

public static final String SRCDEFAULT

Alternate to the src attribute, to implement a hover effect.

Constant Value: "data-tobago-srcdefault"

public static final String SRCHOVER

Alternate to the src attribute, to implement a hover effect.

Constant Value: "data-tobago-srchover"

public static final String SRCOPEN

Alternate to the src attribute, icon open and close.

Constant Value: "data-tobago-srcopen"

Public Constructors

public DataAttributes ()