|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelevantValue | |
---|---|
com.google.gwt.aria.client |
Uses of RelevantValue in com.google.gwt.aria.client |
---|
Fields in com.google.gwt.aria.client with type parameters of type RelevantValue | |
---|---|
static Attribute<RelevantValue> |
Property.RELEVANT
|
Methods in com.google.gwt.aria.client that return RelevantValue | |
---|---|
static RelevantValue |
RelevantValue.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RelevantValue[] |
RelevantValue.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 RelevantValue | |
---|---|
void |
RoleImpl.setAriaRelevantProperty(Element element,
RelevantValue... value)
|
void |
Role.setAriaRelevantProperty(Element element,
RelevantValue... value)
Sets the aria-relevant attribute for the element to the given value . |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |