Class Attribute<T>

java.lang.Object
com.google.gwt.aria.client.Attribute<T>
Type Parameters:
T - The attribute value type
Direct Known Subclasses:
AriaValueAttribute, PrimitiveValueAttribute

public abstract class Attribute<T> extends Object

Class representing ARIA state/property attribute. Contains methods for setting, getting, removing ARIA attributes for an HTML Element.

For more details about ARIA states and properties check the W3C ARIA documentation Supported States and Properties .