|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PressedValue | |
---|---|
com.google.gwt.aria.client |
Uses of PressedValue in com.google.gwt.aria.client |
---|
Fields in com.google.gwt.aria.client with type parameters of type PressedValue | |
---|---|
static Attribute<PressedValue> |
State.PRESSED
|
Methods in com.google.gwt.aria.client that return PressedValue | |
---|---|
static PressedValue |
PressedValue.of(boolean value)
Gets the enum constant corresponding to value for the token type
PressedValue. |
static PressedValue |
PressedValue.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PressedValue[] |
PressedValue.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 PressedValue | |
---|---|
void |
ButtonRoleImpl.setAriaPressedState(Element element,
PressedValue value)
|
void |
ButtonRole.setAriaPressedState(Element element,
PressedValue value)
Sets the aria-pressed attribute for the element to the given value . |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |