Package com.google.gwt.aria.client
Interface OptionRole
- All Superinterfaces:
InputRole
,Role
,WidgetRole
- All Known Subinterfaces:
MenuitemradioRole
,RadioRole
,TreeitemRole
- All Known Implementing Classes:
MenuitemradioRoleImpl
,OptionRoleImpl
,RadioRoleImpl
,TreeitemRoleImpl
A type that represents the option
role in the ARIA specification.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetAriaCheckedState
(Element element) Returns the value of the aria-checked 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.getAriaSelectedState
(Element element) Returns the value of the aria-selected 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
removeAriaCheckedState
(Element element) Removes the aria-checked attribute from theelement
.void
removeAriaPosinsetProperty
(Element element) Removes the aria-posinset attribute from theelement
.void
removeAriaSelectedState
(Element element) Removes the aria-selected attribute from theelement
.void
removeAriaSetsizeProperty
(Element element) Removes the aria-setsize attribute from theelement
.void
setAriaCheckedState
(Element element, CheckedValue value) void
setAriaPosinsetProperty
(Element element, int value) void
setAriaSelectedState
(Element element, SelectedValue 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
-
Method Details
-
getAriaCheckedState
Returns the value of the aria-checked 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. -
getAriaSelectedState
Returns the value of the aria-selected 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. -
removeAriaCheckedState
Removes the aria-checked attribute from theelement
. -
removeAriaPosinsetProperty
Removes the aria-posinset attribute from theelement
. -
removeAriaSelectedState
Removes the aria-selected attribute from theelement
. -
removeAriaSetsizeProperty
Removes the aria-setsize attribute from theelement
. -
setAriaCheckedState
-
setAriaPosinsetProperty
-
setAriaSelectedState
-
setAriaSetsizeProperty
-