class ListboxRoleImpl extends RoleImpl implements ListboxRole
Implements ListboxRole
.
Constructor and Description |
---|
ListboxRoleImpl(java.lang.String roleName) |
Modifier and Type | Method and Description |
---|---|
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 |
getAriaExpandedState(Element element)
Returns the value of the
aria-expanded attribute for the
element or "" if no
such attribute is present. |
java.lang.String |
getAriaMultiselectableProperty(Element element)
Returns the value of the
aria-multiselectable 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 |
removeAriaExpandedState(Element element)
Removes the
aria-expanded attribute from the
element . |
void |
removeAriaMultiselectableProperty(Element element)
Removes the
aria-multiselectable attribute from the
element . |
void |
removeAriaRequiredProperty(Element element)
Removes the
aria-required attribute from the
element . |
void |
setAriaActivedescendantProperty(Element element,
Id value)
|
void |
setAriaExpandedState(Element element,
ExpandedValue value)
|
void |
setAriaMultiselectableProperty(Element element,
boolean value)
|
void |
setAriaRequiredProperty(Element element,
boolean value)
|
getAriaAtomicProperty, getAriaBusyState, getAriaControlsProperty, getAriaDescribedbyProperty, getAriaDisabledState, getAriaDropeffectProperty, getAriaFlowtoProperty, getAriaGrabbedState, getAriaHaspopupProperty, getAriaHiddenState, getAriaInvalidState, getAriaLabelledbyProperty, getAriaLabelProperty, getAriaLiveProperty, getAriaOwnsProperty, getAriaRelevantProperty, getName, getTabindexExtraAttribute, remove, removeAriaAtomicProperty, removeAriaBusyState, removeAriaControlsProperty, removeAriaDescribedbyProperty, removeAriaDisabledState, removeAriaDropeffectProperty, removeAriaFlowtoProperty, removeAriaGrabbedState, removeAriaHaspopupProperty, removeAriaHiddenState, removeAriaInvalidState, removeAriaLabelledbyProperty, removeAriaLabelProperty, removeAriaLiveProperty, removeAriaOwnsProperty, removeAriaRelevantProperty, removeTabindexExtraAttribute, set, setAriaAtomicProperty, setAriaBusyState, setAriaControlsProperty, setAriaDescribedbyProperty, setAriaDisabledState, setAriaDropeffectProperty, setAriaFlowtoProperty, setAriaGrabbedState, setAriaHaspopupProperty, setAriaHiddenState, setAriaInvalidState, setAriaLabelledbyProperty, setAriaLabelProperty, setAriaLiveProperty, setAriaOwnsProperty, setAriaRelevantProperty, setTabindexExtraAttribute
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 getAriaExpandedState(Element element)
SectionRole
element
or "" if no
such attribute is present.getAriaExpandedState
in interface SectionRole
public java.lang.String getAriaMultiselectableProperty(Element element)
ListboxRole
element
or "" if no
such attribute is present.getAriaMultiselectableProperty
in interface ListboxRole
public java.lang.String getAriaRequiredProperty(Element element)
ListboxRole
element
or "" if no
such attribute is present.getAriaRequiredProperty
in interface ListboxRole
public void removeAriaActivedescendantProperty(Element element)
CompositeRole
element
.removeAriaActivedescendantProperty
in interface CompositeRole
removeAriaActivedescendantProperty
in interface GroupRole
public void removeAriaExpandedState(Element element)
SectionRole
element
.removeAriaExpandedState
in interface SectionRole
public void removeAriaMultiselectableProperty(Element element)
ListboxRole
element
.removeAriaMultiselectableProperty
in interface ListboxRole
public void removeAriaRequiredProperty(Element element)
ListboxRole
element
.removeAriaRequiredProperty
in interface ListboxRole
public void setAriaActivedescendantProperty(Element element, Id value)
CompositeRole
setAriaActivedescendantProperty
in interface CompositeRole
setAriaActivedescendantProperty
in interface GroupRole
public void setAriaExpandedState(Element element, ExpandedValue value)
SectionRole
setAriaExpandedState
in interface SectionRole
public void setAriaMultiselectableProperty(Element element, boolean value)
ListboxRole
setAriaMultiselectableProperty
in interface ListboxRole
public void setAriaRequiredProperty(Element element, boolean value)
ListboxRole
setAriaRequiredProperty
in interface ListboxRole