|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.aria.client.Id
public class Id
Id reference attribute type
Method Summary | |
---|---|
java.lang.String |
getAriaValue()
|
static Id |
of(Element element)
Creates an Id instance for the element by getting
the element 'id' attribute. |
static Id |
of(java.lang.String elementId)
Creates an Id instance from the elementId . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Id of(Element element)
element
by getting
the element 'id' attribute.
element
- A DOM element which should have a
non empty, unique 'id' attribute set.public static Id of(java.lang.String elementId)
elementId
.
elementId
- A string identifier that should correspond
to the 'id' attribute value of a DOM element.public java.lang.String getAriaValue()
getAriaValue
in interface AriaAttributeType
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |