Package com.google.gwt.aria.client
Class RadioRoleImpl
java.lang.Object
com.google.gwt.aria.client.RoleImpl
com.google.gwt.aria.client.RadioRoleImpl
- All Implemented Interfaces:
CheckboxRole
,InputRole
,OptionRole
,RadioRole
,Role
,WidgetRole
Implements RadioRole
.
-
Constructor Summary
-
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 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
-
RadioRoleImpl
RadioRoleImpl(String roleName)
-
-
Method Details
-
getAriaCheckedState
Description copied from interface:CheckboxRole
Returns the value of the aria-checked attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaCheckedState
in interfaceCheckboxRole
- Specified by:
getAriaCheckedState
in interfaceOptionRole
-
getAriaPosinsetProperty
Description copied from interface:OptionRole
Returns the value of the aria-posinset attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaPosinsetProperty
in interfaceOptionRole
-
getAriaSelectedState
Description copied from interface:OptionRole
Returns the value of the aria-selected attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaSelectedState
in interfaceOptionRole
-
getAriaSetsizeProperty
Description copied from interface:OptionRole
Returns the value of the aria-setsize attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaSetsizeProperty
in interfaceOptionRole
-
removeAriaCheckedState
Description copied from interface:CheckboxRole
Removes the aria-checked attribute from theelement
.- Specified by:
removeAriaCheckedState
in interfaceCheckboxRole
- Specified by:
removeAriaCheckedState
in interfaceOptionRole
-
removeAriaPosinsetProperty
Description copied from interface:OptionRole
Removes the aria-posinset attribute from theelement
.- Specified by:
removeAriaPosinsetProperty
in interfaceOptionRole
-
removeAriaSelectedState
Description copied from interface:OptionRole
Removes the aria-selected attribute from theelement
.- Specified by:
removeAriaSelectedState
in interfaceOptionRole
-
removeAriaSetsizeProperty
Description copied from interface:OptionRole
Removes the aria-setsize attribute from theelement
.- Specified by:
removeAriaSetsizeProperty
in interfaceOptionRole
-
setAriaCheckedState
Description copied from interface:CheckboxRole
- Specified by:
setAriaCheckedState
in interfaceCheckboxRole
- Specified by:
setAriaCheckedState
in interfaceOptionRole
-
setAriaPosinsetProperty
Description copied from interface:OptionRole
- Specified by:
setAriaPosinsetProperty
in interfaceOptionRole
-
setAriaSelectedState
Description copied from interface:OptionRole
- Specified by:
setAriaSelectedState
in interfaceOptionRole
-
setAriaSetsizeProperty
Description copied from interface:OptionRole
- Specified by:
setAriaSetsizeProperty
in interfaceOptionRole
-