Uses of Class
com.google.gwt.aria.client.GrabbedValue
-
Packages that use GrabbedValue Package Description com.google.gwt.aria.client -
-
Uses of GrabbedValue in com.google.gwt.aria.client
Fields in com.google.gwt.aria.client with type parameters of type GrabbedValue Modifier and Type Field Description static Attribute<GrabbedValue>State. GRABBEDMethods in com.google.gwt.aria.client that return GrabbedValue Modifier and Type Method Description static GrabbedValueGrabbedValue. of(boolean value)Gets the enum constant corresponding tovaluefor the token type GrabbedValue.static GrabbedValueGrabbedValue. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static GrabbedValue[]GrabbedValue. 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 GrabbedValue Modifier and Type Method Description voidRole. setAriaGrabbedState(Element element, GrabbedValue value)voidRoleImpl. setAriaGrabbedState(Element element, GrabbedValue value)
-