GWT 2.7.0

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

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

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

Fields in com.google.gwt.aria.client with type parameters of type LiveValue
static Attribute<LiveValue> Property.LIVE
           
 

Methods in com.google.gwt.aria.client that return LiveValue
static LiveValue LiveValue.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LiveValue[] LiveValue.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.gwt.aria.client with parameters of type LiveValue
 void RoleImpl.setAriaLiveProperty(Element element, LiveValue value)
           
 void Role.setAriaLiveProperty(Element element, LiveValue value)
          Sets the aria-live attribute for the element to the given value.
 


GWT 2.7.0