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