|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.aria.client.RoleImpl com.google.gwt.aria.client.TextboxRoleImpl
class TextboxRoleImpl
Implements TextboxRole
.
Constructor Summary | |
---|---|
TextboxRoleImpl(java.lang.String roleName)
|
Method Summary | |
---|---|
java.lang.String |
getAriaActivedescendantProperty(Element element)
Returns the value of the aria-activedescendant attribute for the element or "" if no
such attribute is present. |
java.lang.String |
getAriaAutocompleteProperty(Element element)
Returns the value of the aria-autocomplete attribute for the element or "" if no
such attribute is present. |
java.lang.String |
getAriaMultilineProperty(Element element)
Returns the value of the aria-multiline attribute for the element or "" if no
such attribute is present. |
java.lang.String |
getAriaReadonlyProperty(Element element)
Returns the value of the aria-readonly attribute for the element or "" if no
such attribute is present. |
java.lang.String |
getAriaRequiredProperty(Element element)
Returns the value of the aria-required attribute for the element or "" if no
such attribute is present. |
void |
removeAriaActivedescendantProperty(Element element)
Removes the aria-activedescendant attribute from the element . |
void |
removeAriaAutocompleteProperty(Element element)
Removes the aria-autocomplete attribute from the element . |
void |
removeAriaMultilineProperty(Element element)
Removes the aria-multiline attribute from the element . |
void |
removeAriaReadonlyProperty(Element element)
Removes the aria-readonly attribute from the element . |
void |
removeAriaRequiredProperty(Element element)
Removes the aria-required attribute from the element . |
void |
setAriaActivedescendantProperty(Element element,
Id value)
Sets the aria-activedescendant attribute for the element to the given value . |
void |
setAriaAutocompleteProperty(Element element,
AutocompleteValue value)
Sets the aria-autocomplete attribute for the element to the given value . |
void |
setAriaMultilineProperty(Element element,
boolean value)
Sets the aria-multiline attribute for the element to the given value . |
void |
setAriaReadonlyProperty(Element element,
boolean value)
Sets the aria-readonly attribute for the element to the given value . |
void |
setAriaRequiredProperty(Element element,
boolean value)
Sets the aria-required attribute for the element to the given value . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
TextboxRoleImpl(java.lang.String roleName)
Method Detail |
---|
public java.lang.String getAriaActivedescendantProperty(Element element)
TextboxRole
element
or "" if no
such attribute is present.
getAriaActivedescendantProperty
in interface TextboxRole
public java.lang.String getAriaAutocompleteProperty(Element element)
TextboxRole
element
or "" if no
such attribute is present.
getAriaAutocompleteProperty
in interface TextboxRole
public java.lang.String getAriaMultilineProperty(Element element)
TextboxRole
element
or "" if no
such attribute is present.
getAriaMultilineProperty
in interface TextboxRole
public java.lang.String getAriaReadonlyProperty(Element element)
TextboxRole
element
or "" if no
such attribute is present.
getAriaReadonlyProperty
in interface TextboxRole
public java.lang.String getAriaRequiredProperty(Element element)
TextboxRole
element
or "" if no
such attribute is present.
getAriaRequiredProperty
in interface TextboxRole
public void removeAriaActivedescendantProperty(Element element)
TextboxRole
element
.
removeAriaActivedescendantProperty
in interface TextboxRole
public void removeAriaAutocompleteProperty(Element element)
TextboxRole
element
.
removeAriaAutocompleteProperty
in interface TextboxRole
public void removeAriaMultilineProperty(Element element)
TextboxRole
element
.
removeAriaMultilineProperty
in interface TextboxRole
public void removeAriaReadonlyProperty(Element element)
TextboxRole
element
.
removeAriaReadonlyProperty
in interface TextboxRole
public void removeAriaRequiredProperty(Element element)
TextboxRole
element
.
removeAriaRequiredProperty
in interface TextboxRole
public void setAriaActivedescendantProperty(Element element, Id value)
TextboxRole
element
to the given value
.
setAriaActivedescendantProperty
in interface TextboxRole
public void setAriaAutocompleteProperty(Element element, AutocompleteValue value)
TextboxRole
element
to the given value
.
setAriaAutocompleteProperty
in interface TextboxRole
public void setAriaMultilineProperty(Element element, boolean value)
TextboxRole
element
to the given value
.
setAriaMultilineProperty
in interface TextboxRole
public void setAriaReadonlyProperty(Element element, boolean value)
TextboxRole
element
to the given value
.
setAriaReadonlyProperty
in interface TextboxRole
public void setAriaRequiredProperty(Element element, boolean value)
TextboxRole
element
to the given value
.
setAriaRequiredProperty
in interface TextboxRole
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |