Package | Description |
---|---|
com.google.gwt.aria.client |
Modifier and Type | Field and Description |
---|---|
static Attribute<CheckedValue> |
State.CHECKED |
Modifier and Type | Method and Description |
---|---|
static CheckedValue |
CheckedValue.of(boolean value)
Gets the enum constant corresponding to
value for the token type
CheckedValue. |
static CheckedValue |
CheckedValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckedValue[] |
CheckedValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OptionRole.setAriaCheckedState(Element element,
CheckedValue value)
|
void |
CheckboxRole.setAriaCheckedState(Element element,
CheckedValue value)
|
Copyright © 2018. All rights reserved.