org.apache.myfaces.tobago.renderkit.html
Class DataAttributes

java.lang.Object
  extended by org.apache.myfaces.tobago.renderkit.html.DataAttributes

public final class DataAttributes
extends Object

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.
 
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

DISABLED

public static final String DISABLED
Custom disabled attribute. Use for element, that don't have the disabled attribute.

See Also:
Constant Field Values
Constructor Detail

DataAttributes

public DataAttributes()


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.