Package | Description |
---|---|
com.google.gwt.aria.client |
Modifier and Type | Field and Description |
---|---|
static Attribute<PressedValue> |
State.PRESSED |
Modifier and Type | Method and Description |
---|---|
static PressedValue |
PressedValue.of(boolean value)
Gets the enum constant corresponding to
value for the token type
PressedValue. |
static PressedValue |
PressedValue.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
ButtonRole.setAriaPressedState(Element element,
PressedValue value)
|
Copyright © 2018. All rights reserved.