|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.aria.client.RoleImpl com.google.gwt.aria.client.ComboboxRoleImpl
class ComboboxRoleImpl
Implements ComboboxRole
.
Constructor Summary | |
---|---|
ComboboxRoleImpl(java.lang.String roleName)
|
Method Summary | |
---|---|
java.lang.String |
getAriaActivedescendantProperty(Element element)
Returns the value of the aria-activedescendant attribute for the element or "" if no
such attribute is present. |
java.lang.String |
getAriaAutocompleteProperty(Element element)
Returns the value of the aria-autocomplete attribute for the element or "" if no
such attribute is present. |
java.lang.String |
getAriaExpandedState(Element element)
Returns the value of the aria-expanded attribute for the element or "" if no
such attribute is present. |
java.lang.String |
getAriaRequiredProperty(Element element)
Returns the value of the aria-required attribute for the element or "" if no
such attribute is present. |
void |
removeAriaActivedescendantProperty(Element element)
Removes the aria-activedescendant attribute from the element . |
void |
removeAriaAutocompleteProperty(Element element)
Removes the aria-autocomplete attribute from the element . |
void |
removeAriaExpandedState(Element element)
Removes the aria-expanded attribute from the element . |
void |
removeAriaRequiredProperty(Element element)
Removes the aria-required attribute from the element . |
void |
setAriaActivedescendantProperty(Element element,
Id value)
Sets the aria-activedescendant attribute for the element to the given value . |
void |
setAriaAutocompleteProperty(Element element,
AutocompleteValue value)
Sets the aria-autocomplete attribute for the element to the given value . |
void |
setAriaExpandedState(Element element,
ExpandedValue value)
Sets the aria-expanded attribute for the element to the given value . |
void |
setAriaRequiredProperty(Element element,
boolean value)
Sets the aria-required attribute for the element to the given value . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
ComboboxRoleImpl(java.lang.String roleName)
Method Detail |
---|
public java.lang.String getAriaActivedescendantProperty(Element element)
CompositeRole
element
or "" if no
such attribute is present.
getAriaActivedescendantProperty
in interface CompositeRole
getAriaActivedescendantProperty
in interface GroupRole
public java.lang.String getAriaAutocompleteProperty(Element element)
ComboboxRole
element
or "" if no
such attribute is present.
getAriaAutocompleteProperty
in interface ComboboxRole
public java.lang.String getAriaExpandedState(Element element)
SectionRole
element
or "" if no
such attribute is present.
getAriaExpandedState
in interface SectionRole
public java.lang.String getAriaRequiredProperty(Element element)
ComboboxRole
element
or "" if no
such attribute is present.
getAriaRequiredProperty
in interface ComboboxRole
public void removeAriaActivedescendantProperty(Element element)
CompositeRole
element
.
removeAriaActivedescendantProperty
in interface CompositeRole
removeAriaActivedescendantProperty
in interface GroupRole
public void removeAriaAutocompleteProperty(Element element)
ComboboxRole
element
.
removeAriaAutocompleteProperty
in interface ComboboxRole
public void removeAriaExpandedState(Element element)
SectionRole
element
.
removeAriaExpandedState
in interface SectionRole
public void removeAriaRequiredProperty(Element element)
ComboboxRole
element
.
removeAriaRequiredProperty
in interface ComboboxRole
public void setAriaActivedescendantProperty(Element element, Id value)
CompositeRole
element
to the given value
.
setAriaActivedescendantProperty
in interface CompositeRole
setAriaActivedescendantProperty
in interface GroupRole
public void setAriaAutocompleteProperty(Element element, AutocompleteValue value)
ComboboxRole
element
to the given value
.
setAriaAutocompleteProperty
in interface ComboboxRole
public void setAriaExpandedState(Element element, ExpandedValue value)
SectionRole
element
to the given value
.
setAriaExpandedState
in interface SectionRole
public void setAriaRequiredProperty(Element element, boolean value)
ComboboxRole
element
to the given value
.
setAriaRequiredProperty
in interface ComboboxRole
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |