GWT 2.7.0

Uses of Class
com.google.gwt.aria.client.Attribute

Packages that use Attribute
com.google.gwt.aria.client   
 

Uses of Attribute in com.google.gwt.aria.client
 

Subclasses of Attribute in com.google.gwt.aria.client
(package private)  class AriaValueAttribute<T extends AriaAttributeType>
          ARIA specific type attribute.
(package private)  class PrimitiveValueAttribute<T>
          Primitive type attribute.
 

Fields in com.google.gwt.aria.client declared as Attribute
static Attribute<Id> Property.ACTIVEDESCENDANT
           
static Attribute<java.lang.Boolean> Property.ATOMIC
           
static Attribute<AutocompleteValue> Property.AUTOCOMPLETE
           
static Attribute<java.lang.Boolean> State.BUSY
           
static Attribute<CheckedValue> State.CHECKED
           
static Attribute<Id> Property.CONTROLS
           
static Attribute<Id> Property.DESCRIBEDBY
           
static Attribute<java.lang.Boolean> State.DISABLED
           
static Attribute<DropeffectValue> Property.DROPEFFECT
           
static Attribute<ExpandedValue> State.EXPANDED
           
static Attribute<Id> Property.FLOWTO
           
static Attribute<GrabbedValue> State.GRABBED
           
static Attribute<java.lang.Boolean> Property.HASPOPUP
           
static Attribute<java.lang.Boolean> State.HIDDEN
           
static Attribute<InvalidValue> State.INVALID
           
static Attribute<java.lang.String> Property.LABEL
           
static Attribute<Id> Property.LABELLEDBY
           
static Attribute<java.lang.Integer> Property.LEVEL
           
static Attribute<LiveValue> Property.LIVE
           
static Attribute<java.lang.Boolean> Property.MULTILINE
           
static Attribute<java.lang.Boolean> Property.MULTISELECTABLE
           
static Attribute<OrientationValue> Property.ORIENTATION
           
static Attribute<Id> Property.OWNS
           
static Attribute<java.lang.Integer> Property.POSINSET
           
static Attribute<PressedValue> State.PRESSED
           
static Attribute<java.lang.Boolean> Property.READONLY
           
static Attribute<RelevantValue> Property.RELEVANT
           
static Attribute<java.lang.Boolean> Property.REQUIRED
           
static Attribute<SelectedValue> State.SELECTED
           
static Attribute<java.lang.Integer> Property.SETSIZE
           
static Attribute<SortValue> Property.SORT
           
static Attribute<java.lang.Integer> ExtraAttribute.TABINDEX
           
static Attribute<java.lang.Number> Property.VALUEMAX
           
static Attribute<java.lang.Number> Property.VALUEMIN
           
static Attribute<java.lang.Number> Property.VALUENOW
           
static Attribute<java.lang.String> Property.VALUETEXT
           
 


GWT 2.7.0