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.
-
Method Summary
Modifier and TypeMethodDescriptiongetAriaCheckedState(Element element) Returns the value of the aria-checked attribute for theelementor "" if no such attribute is present.getAriaPosinsetProperty(Element element) Returns the value of the aria-posinset attribute for theelementor "" if no such attribute is present.getAriaSelectedState(Element element) Returns the value of the aria-selected attribute for theelementor "" if no such attribute is present.getAriaSetsizeProperty(Element element) Returns the value of the aria-setsize attribute for theelementor "" if no such attribute is present.voidremoveAriaCheckedState(Element element) Removes the aria-checked attribute from theelement.voidremoveAriaPosinsetProperty(Element element) Removes the aria-posinset attribute from theelement.voidremoveAriaSelectedState(Element element) Removes the aria-selected attribute from theelement.voidremoveAriaSetsizeProperty(Element element) Removes the aria-setsize attribute from theelement.voidsetAriaCheckedState(Element element, CheckedValue value) voidsetAriaPosinsetProperty(Element element, int value) voidsetAriaSelectedState(Element element, SelectedValue value) voidsetAriaSetsizeProperty(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 theelementor "" if no such attribute is present. -
getAriaPosinsetProperty
Returns the value of the aria-posinset attribute for theelementor "" if no such attribute is present. -
getAriaSelectedState
Returns the value of the aria-selected attribute for theelementor "" if no such attribute is present. -
getAriaSetsizeProperty
Returns the value of the aria-setsize attribute for theelementor "" 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
-