GWT 2.5.0.rc1

com.google.gwt.aria.client
Class IdReference

java.lang.Object
  extended by com.google.gwt.aria.client.IdReference
All Implemented Interfaces:
AriaAttributeType

public class IdReference
extends java.lang.Object
implements AriaAttributeType

Id reference attribute type


Method Summary
 java.lang.String getAriaValue()
           
static IdReference of(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

of

public static IdReference of(java.lang.String value)

getAriaValue

public java.lang.String getAriaValue()
Specified by:
getAriaValue in interface AriaAttributeType

GWT 2.5.0.rc1