Package com.google.gwt.aria.client
Class ListboxRoleImpl
java.lang.Object
com.google.gwt.aria.client.RoleImpl
com.google.gwt.aria.client.ListboxRoleImpl
- All Implemented Interfaces:
CompositeRole
,GroupRole
,InputRole
,ListboxRole
,ListRole
,RegionRole
,Role
,SectionRole
,SelectRole
,StructureRole
,WidgetRole
Implements ListboxRole
.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAriaActivedescendantProperty
(Element element) Returns the value of the aria-activedescendant attribute for theelement
or "" if no such attribute is present.getAriaExpandedState
(Element element) Returns the value of the aria-expanded attribute for theelement
or "" if no such attribute is present.getAriaMultiselectableProperty
(Element element) Returns the value of the aria-multiselectable attribute for theelement
or "" if no such attribute is present.getAriaRequiredProperty
(Element element) Returns the value of the aria-required attribute for theelement
or "" if no such attribute is present.void
Removes the aria-activedescendant attribute from theelement
.void
removeAriaExpandedState
(Element element) Removes the aria-expanded attribute from theelement
.void
removeAriaMultiselectableProperty
(Element element) Removes the aria-multiselectable attribute from theelement
.void
removeAriaRequiredProperty
(Element element) Removes the aria-required attribute from theelement
.void
setAriaActivedescendantProperty
(Element element, Id value) void
setAriaExpandedState
(Element element, ExpandedValue value) void
setAriaMultiselectableProperty
(Element element, boolean value) void
setAriaRequiredProperty
(Element element, boolean value) Methods inherited from class com.google.gwt.aria.client.RoleImpl
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.gwt.aria.client.Role
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
-
Constructor Details
-
ListboxRoleImpl
ListboxRoleImpl(String roleName)
-
-
Method Details
-
getAriaActivedescendantProperty
Description copied from interface:CompositeRole
Returns the value of the aria-activedescendant attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaActivedescendantProperty
in interfaceCompositeRole
- Specified by:
getAriaActivedescendantProperty
in interfaceGroupRole
-
getAriaExpandedState
Description copied from interface:SectionRole
Returns the value of the aria-expanded attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaExpandedState
in interfaceSectionRole
-
getAriaMultiselectableProperty
Description copied from interface:ListboxRole
Returns the value of the aria-multiselectable attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaMultiselectableProperty
in interfaceListboxRole
-
getAriaRequiredProperty
Description copied from interface:ListboxRole
Returns the value of the aria-required attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaRequiredProperty
in interfaceListboxRole
-
removeAriaActivedescendantProperty
Description copied from interface:CompositeRole
Removes the aria-activedescendant attribute from theelement
.- Specified by:
removeAriaActivedescendantProperty
in interfaceCompositeRole
- Specified by:
removeAriaActivedescendantProperty
in interfaceGroupRole
-
removeAriaExpandedState
Description copied from interface:SectionRole
Removes the aria-expanded attribute from theelement
.- Specified by:
removeAriaExpandedState
in interfaceSectionRole
-
removeAriaMultiselectableProperty
Description copied from interface:ListboxRole
Removes the aria-multiselectable attribute from theelement
.- Specified by:
removeAriaMultiselectableProperty
in interfaceListboxRole
-
removeAriaRequiredProperty
Description copied from interface:ListboxRole
Removes the aria-required attribute from theelement
.- Specified by:
removeAriaRequiredProperty
in interfaceListboxRole
-
setAriaActivedescendantProperty
Description copied from interface:CompositeRole
- Specified by:
setAriaActivedescendantProperty
in interfaceCompositeRole
- Specified by:
setAriaActivedescendantProperty
in interfaceGroupRole
-
setAriaExpandedState
Description copied from interface:SectionRole
- Specified by:
setAriaExpandedState
in interfaceSectionRole
-
setAriaMultiselectableProperty
Description copied from interface:ListboxRole
- Specified by:
setAriaMultiselectableProperty
in interfaceListboxRole
-
setAriaRequiredProperty
Description copied from interface:ListboxRole
- Specified by:
setAriaRequiredProperty
in interfaceListboxRole
-