Package com.google.gwt.aria.client
Class Id
java.lang.Object
com.google.gwt.aria.client.Id
- All Implemented Interfaces:
AriaAttributeType
Id reference attribute type
-
Method Summary
-
Method Details
-
of
Creates an Id instance for theelementby getting the element 'id' attribute.- Parameters:
element- A DOM element which should have a non empty, unique 'id' attribute set.
-
of
Creates an Id instance from theelementId.- Parameters:
elementId- A string identifier that should correspond to the 'id' attribute value of a DOM element.
-
getAriaValue
- Specified by:
getAriaValuein interfaceAriaAttributeType
-