Package com.google.gwt.aria.client
Interface ListitemRole
- All Superinterfaces:
Role
,SectionRole
,StructureRole
- All Known Subinterfaces:
TreeitemRole
- All Known Implementing Classes:
ListitemRoleImpl
,TreeitemRoleImpl
A type that represents the listitem
role in the ARIA specification.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetAriaLevelProperty
(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
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
setAriaLevelProperty
(Element element, int value) void
setAriaPosinsetProperty
(Element element, int value) void
setAriaSetsizeProperty
(Element element, int value) 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
Methods inherited from interface com.google.gwt.aria.client.SectionRole
getAriaExpandedState, removeAriaExpandedState, setAriaExpandedState
-
Method Details
-
getAriaLevelProperty
Returns the value of the aria-level attribute for theelement
or "" if no such attribute is present. -
getAriaPosinsetProperty
Returns the value of the aria-posinset attribute for theelement
or "" if no such attribute is present. -
getAriaSetsizeProperty
Returns the value of the aria-setsize attribute for theelement
or "" if no such attribute is present. -
removeAriaLevelProperty
Removes the aria-level attribute from theelement
. -
removeAriaPosinsetProperty
Removes the aria-posinset attribute from theelement
. -
removeAriaSetsizeProperty
Removes the aria-setsize attribute from theelement
. -
setAriaLevelProperty
-
setAriaPosinsetProperty
-
setAriaSetsizeProperty
-