Package com.google.gwt.aria.client
Class ExtraAttribute
- java.lang.Object
-
- com.google.gwt.aria.client.ExtraAttribute
-
public final class ExtraAttribute extends java.lang.Object
Defines additional attributes that are interpreted by readers. Such an attribute is 'tabindex' which indicates the tab order position of the element.
-
-
Field Detail
-
TABINDEX
public static final Attribute<java.lang.Integer> TABINDEX
-
-