Package com.google.gwt.aria.client
Class TextboxRoleImpl
java.lang.Object
com.google.gwt.aria.client.RoleImpl
com.google.gwt.aria.client.TextboxRoleImpl
- All Implemented Interfaces:
InputRole
,Role
,TextboxRole
,WidgetRole
Implements TextboxRole
.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAriaActivedescendantProperty
(Element element) Returns the value of the aria-activedescendant attribute for theelement
or "" if no such attribute is present.getAriaAutocompleteProperty
(Element element) Returns the value of the aria-autocomplete attribute for theelement
or "" if no such attribute is present.getAriaMultilineProperty
(Element element) Returns the value of the aria-multiline attribute for theelement
or "" if no such attribute is present.getAriaReadonlyProperty
(Element element) Returns the value of the aria-readonly attribute for theelement
or "" if no such attribute is present.getAriaRequiredProperty
(Element element) Returns the value of the aria-required attribute for theelement
or "" if no such attribute is present.void
Removes the aria-activedescendant attribute from theelement
.void
removeAriaAutocompleteProperty
(Element element) Removes the aria-autocomplete attribute from theelement
.void
removeAriaMultilineProperty
(Element element) Removes the aria-multiline attribute from theelement
.void
removeAriaReadonlyProperty
(Element element) Removes the aria-readonly attribute from theelement
.void
removeAriaRequiredProperty
(Element element) Removes the aria-required attribute from theelement
.void
setAriaActivedescendantProperty
(Element element, Id value) void
setAriaAutocompleteProperty
(Element element, AutocompleteValue value) void
setAriaMultilineProperty
(Element element, boolean value) void
setAriaReadonlyProperty
(Element element, boolean value) void
setAriaRequiredProperty
(Element element, boolean 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
-
TextboxRoleImpl
TextboxRoleImpl(String roleName)
-
-
Method Details
-
getAriaActivedescendantProperty
Description copied from interface:TextboxRole
Returns the value of the aria-activedescendant attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaActivedescendantProperty
in interfaceTextboxRole
-
getAriaAutocompleteProperty
Description copied from interface:TextboxRole
Returns the value of the aria-autocomplete attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaAutocompleteProperty
in interfaceTextboxRole
-
getAriaMultilineProperty
Description copied from interface:TextboxRole
Returns the value of the aria-multiline attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaMultilineProperty
in interfaceTextboxRole
-
getAriaReadonlyProperty
Description copied from interface:TextboxRole
Returns the value of the aria-readonly attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaReadonlyProperty
in interfaceTextboxRole
-
getAriaRequiredProperty
Description copied from interface:TextboxRole
Returns the value of the aria-required attribute for theelement
or "" if no such attribute is present.- Specified by:
getAriaRequiredProperty
in interfaceTextboxRole
-
removeAriaActivedescendantProperty
Description copied from interface:TextboxRole
Removes the aria-activedescendant attribute from theelement
.- Specified by:
removeAriaActivedescendantProperty
in interfaceTextboxRole
-
removeAriaAutocompleteProperty
Description copied from interface:TextboxRole
Removes the aria-autocomplete attribute from theelement
.- Specified by:
removeAriaAutocompleteProperty
in interfaceTextboxRole
-
removeAriaMultilineProperty
Description copied from interface:TextboxRole
Removes the aria-multiline attribute from theelement
.- Specified by:
removeAriaMultilineProperty
in interfaceTextboxRole
-
removeAriaReadonlyProperty
Description copied from interface:TextboxRole
Removes the aria-readonly attribute from theelement
.- Specified by:
removeAriaReadonlyProperty
in interfaceTextboxRole
-
removeAriaRequiredProperty
Description copied from interface:TextboxRole
Removes the aria-required attribute from theelement
.- Specified by:
removeAriaRequiredProperty
in interfaceTextboxRole
-
setAriaActivedescendantProperty
Description copied from interface:TextboxRole
- Specified by:
setAriaActivedescendantProperty
in interfaceTextboxRole
-
setAriaAutocompleteProperty
Description copied from interface:TextboxRole
- Specified by:
setAriaAutocompleteProperty
in interfaceTextboxRole
-
setAriaMultilineProperty
Description copied from interface:TextboxRole
- Specified by:
setAriaMultilineProperty
in interfaceTextboxRole
-
setAriaReadonlyProperty
Description copied from interface:TextboxRole
- Specified by:
setAriaReadonlyProperty
in interfaceTextboxRole
-
setAriaRequiredProperty
Description copied from interface:TextboxRole
- Specified by:
setAriaRequiredProperty
in interfaceTextboxRole
-