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. GRABBED
Methods in com.google.gwt.aria.client that return GrabbedValue Modifier and Type Method Description static GrabbedValue
GrabbedValue. of(boolean value)
Gets the enum constant corresponding tovalue
for the token type GrabbedValue.static GrabbedValue
GrabbedValue. 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 void
Role. setAriaGrabbedState(Element element, GrabbedValue value)
void
RoleImpl. setAriaGrabbedState(Element element, GrabbedValue value)
-