Package com.google.gwt.aria.client
Class ListitemRoleImpl
java.lang.Object
com.google.gwt.aria.client.RoleImpl
com.google.gwt.aria.client.ListitemRoleImpl
- All Implemented Interfaces:
ListitemRole
,Role
,SectionRole
,StructureRole
Implements ListitemRole
.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAriaExpandedState
(Element element) Returns the value of the aria-expanded attribute for theelement
or "" if no such attribute is present.getAriaLevelProperty
(Element element) Returns the value of the aria-level attribute for theelement
or "" if no such attribute is present.getAriaPosinsetProperty
(Element element) Returns the value of the aria-posinset attribute for theelement
or "" if no such attribute is present.getAriaSetsizeProperty
(Element element) Returns the value of the aria-setsize attribute for theelement
or "" if no such attribute is present.void
removeAriaExpandedState
(Element element) Removes the aria-expanded attribute from theelement
.void
removeAriaLevelProperty
(Element element) Removes the aria-level attribute from theelement
.void
removeAriaPosinsetProperty
(Element element) Removes the aria-posinset attribute from theelement
.void
removeAriaSetsizeProperty
(Element element) Removes the aria-setsize attribute from theelement
.void
setAriaExpandedState
(Element element, ExpandedValue value) void
setAriaLevelProperty
(Element element, int value) void
setAriaPosinsetProperty
(Element element, int value) void
setAriaSetsizeProperty
(Element element, int 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
-
ListitemRoleImpl
ListitemRoleImpl(String roleName)
-
-
Method Details
-
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
-
getAriaLevelProperty
Description copied from interface:ListitemRole
Returns the value of the aria-level attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaLevelProperty
in interfaceListitemRole
-
getAriaPosinsetProperty
Description copied from interface:ListitemRole
Returns the value of the aria-posinset attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaPosinsetProperty
in interfaceListitemRole
-
getAriaSetsizeProperty
Description copied from interface:ListitemRole
Returns the value of the aria-setsize attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaSetsizeProperty
in interfaceListitemRole
-
removeAriaExpandedState
Description copied from interface:SectionRole
Removes the aria-expanded attribute from theelement
.- Specified by:
removeAriaExpandedState
in interfaceSectionRole
-
removeAriaLevelProperty
Description copied from interface:ListitemRole
Removes the aria-level attribute from theelement
.- Specified by:
removeAriaLevelProperty
in interfaceListitemRole
-
removeAriaPosinsetProperty
Description copied from interface:ListitemRole
Removes the aria-posinset attribute from theelement
.- Specified by:
removeAriaPosinsetProperty
in interfaceListitemRole
-
removeAriaSetsizeProperty
Description copied from interface:ListitemRole
Removes the aria-setsize attribute from theelement
.- Specified by:
removeAriaSetsizeProperty
in interfaceListitemRole
-
setAriaExpandedState
Description copied from interface:SectionRole
- Specified by:
setAriaExpandedState
in interfaceSectionRole
-
setAriaLevelProperty
Description copied from interface:ListitemRole
- Specified by:
setAriaLevelProperty
in interfaceListitemRole
-
setAriaPosinsetProperty
Description copied from interface:ListitemRole
- Specified by:
setAriaPosinsetProperty
in interfaceListitemRole
-
setAriaSetsizeProperty
Description copied from interface:ListitemRole
- Specified by:
setAriaSetsizeProperty
in interfaceListitemRole
-