Uses of Enum
com.google.gwt.aria.client.GrabbedValue
Packages that use GrabbedValue
-
Uses of GrabbedValue in com.google.gwt.aria.client
Fields in com.google.gwt.aria.client with type parameters of type GrabbedValueMethods in com.google.gwt.aria.client that return GrabbedValueModifier and TypeMethodDescriptionstatic GrabbedValue
GrabbedValue.of
(boolean value) Gets the enum constant corresponding tovalue
for the token type GrabbedValue.static GrabbedValue
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 GrabbedValueModifier and TypeMethodDescriptionvoid
Role.setAriaGrabbedState
(Element element, GrabbedValue value) void
RoleImpl.setAriaGrabbedState
(Element element, GrabbedValue value)