|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GrabbedValue | |
---|---|
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 | |
---|---|
static Attribute<GrabbedValue> |
State.GRABBED
|
Methods in com.google.gwt.aria.client that return GrabbedValue | |
---|---|
static GrabbedValue |
GrabbedValue.of(boolean value)
Gets the enum constant corresponding to value 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 | |
---|---|
void |
RoleImpl.setAriaGrabbedState(Element element,
GrabbedValue value)
|
void |
Role.setAriaGrabbedState(Element element,
GrabbedValue value)
Sets the aria-grabbed attribute for the element to the given value . |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |