GWT 2.7.0

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

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

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

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

Methods in com.google.gwt.aria.client that return DropeffectValue
static DropeffectValue DropeffectValue.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DropeffectValue[] DropeffectValue.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 DropeffectValue
 void RoleImpl.setAriaDropeffectProperty(Element element, DropeffectValue... value)
           
 void Role.setAriaDropeffectProperty(Element element, DropeffectValue... value)
          Sets the aria-dropeffect attribute for the element to the given value.
 


GWT 2.7.0