org.apache.myfaces.tobago.renderkit.html
Class DataAttributes
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DISABLED
public static final String DISABLED
- Custom disabled attribute. Use for element, that don't have the disabled attribute.
- See Also:
- Constant Field Values
DataAttributes
public DataAttributes()
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.