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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetAriaActivedescendantProperty(Element element) Returns the value of the aria-activedescendant attribute for theelementor "" if no such attribute is present.getAriaAutocompleteProperty(Element element) Returns the value of the aria-autocomplete attribute for theelementor "" if no such attribute is present.getAriaMultilineProperty(Element element) Returns the value of the aria-multiline attribute for theelementor "" if no such attribute is present.getAriaReadonlyProperty(Element element) Returns the value of the aria-readonly attribute for theelementor "" if no such attribute is present.getAriaRequiredProperty(Element element) Returns the value of the aria-required attribute for theelementor "" if no such attribute is present.voidRemoves the aria-activedescendant attribute from theelement.voidremoveAriaAutocompleteProperty(Element element) Removes the aria-autocomplete attribute from theelement.voidremoveAriaMultilineProperty(Element element) Removes the aria-multiline attribute from theelement.voidremoveAriaReadonlyProperty(Element element) Removes the aria-readonly attribute from theelement.voidremoveAriaRequiredProperty(Element element) Removes the aria-required attribute from theelement.voidsetAriaActivedescendantProperty(Element element, Id value) voidsetAriaAutocompleteProperty(Element element, AutocompleteValue value) voidsetAriaMultilineProperty(Element element, boolean value) voidsetAriaReadonlyProperty(Element element, boolean value) voidsetAriaRequiredProperty(Element element, boolean value) Methods inherited from class com.google.gwt.aria.client.RoleImplgetAriaAtomicProperty, 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, setTabindexExtraAttributeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.gwt.aria.client.RolegetAriaAtomicProperty, 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- 
TextboxRoleImplTextboxRoleImpl(String roleName) 
 
- 
- 
Method Details- 
getAriaActivedescendantPropertyDescription copied from interface:TextboxRoleReturns the value of the aria-activedescendant attribute for theelementor "" if no such attribute is present.- Specified by:
- getAriaActivedescendantPropertyin interface- TextboxRole
 
- 
getAriaAutocompletePropertyDescription copied from interface:TextboxRoleReturns the value of the aria-autocomplete attribute for theelementor "" if no such attribute is present.- Specified by:
- getAriaAutocompletePropertyin interface- TextboxRole
 
- 
getAriaMultilinePropertyDescription copied from interface:TextboxRoleReturns the value of the aria-multiline attribute for theelementor "" if no such attribute is present.- Specified by:
- getAriaMultilinePropertyin interface- TextboxRole
 
- 
getAriaReadonlyPropertyDescription copied from interface:TextboxRoleReturns the value of the aria-readonly attribute for theelementor "" if no such attribute is present.- Specified by:
- getAriaReadonlyPropertyin interface- TextboxRole
 
- 
getAriaRequiredPropertyDescription copied from interface:TextboxRoleReturns the value of the aria-required attribute for theelementor "" if no such attribute is present.- Specified by:
- getAriaRequiredPropertyin interface- TextboxRole
 
- 
removeAriaActivedescendantPropertyDescription copied from interface:TextboxRoleRemoves the aria-activedescendant attribute from theelement.- Specified by:
- removeAriaActivedescendantPropertyin interface- TextboxRole
 
- 
removeAriaAutocompletePropertyDescription copied from interface:TextboxRoleRemoves the aria-autocomplete attribute from theelement.- Specified by:
- removeAriaAutocompletePropertyin interface- TextboxRole
 
- 
removeAriaMultilinePropertyDescription copied from interface:TextboxRoleRemoves the aria-multiline attribute from theelement.- Specified by:
- removeAriaMultilinePropertyin interface- TextboxRole
 
- 
removeAriaReadonlyPropertyDescription copied from interface:TextboxRoleRemoves the aria-readonly attribute from theelement.- Specified by:
- removeAriaReadonlyPropertyin interface- TextboxRole
 
- 
removeAriaRequiredPropertyDescription copied from interface:TextboxRoleRemoves the aria-required attribute from theelement.- Specified by:
- removeAriaRequiredPropertyin interface- TextboxRole
 
- 
setAriaActivedescendantPropertyDescription copied from interface:TextboxRole- Specified by:
- setAriaActivedescendantPropertyin interface- TextboxRole
 
- 
setAriaAutocompletePropertyDescription copied from interface:TextboxRole- Specified by:
- setAriaAutocompletePropertyin interface- TextboxRole
 
- 
setAriaMultilinePropertyDescription copied from interface:TextboxRole- Specified by:
- setAriaMultilinePropertyin interface- TextboxRole
 
- 
setAriaReadonlyPropertyDescription copied from interface:TextboxRole- Specified by:
- setAriaReadonlyPropertyin interface- TextboxRole
 
- 
setAriaRequiredPropertyDescription copied from interface:TextboxRole- Specified by:
- setAriaRequiredPropertyin interface- TextboxRole
 
 
-