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