Modifier and Type | Method and Description |
---|---|
String |
getAriaActivedescendantProperty(Element element)
Returns the value of the
aria-activedescendant attribute for the
element or "" if no
such attribute is present. |
String |
getAriaAutocompleteProperty(Element element)
Returns the value of the
aria-autocomplete attribute for the
element or "" if no
such attribute is present. |
String |
getAriaMultilineProperty(Element element)
Returns the value of the
aria-multiline attribute for the
element or "" if no
such attribute is present. |
String |
getAriaReadonlyProperty(Element element)
Returns the value of the
aria-readonly attribute for the
element or "" if no
such attribute is present. |
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)
|
void |
setAriaAutocompleteProperty(Element element,
AutocompleteValue value)
|
void |
setAriaMultilineProperty(Element element,
boolean value)
|
void |
setAriaReadonlyProperty(Element element,
boolean value)
|
void |
setAriaRequiredProperty(Element element,
boolean value)
|
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
String getAriaActivedescendantProperty(Element element)
element
or "" if no
such attribute is present.String getAriaAutocompleteProperty(Element element)
element
or "" if no
such attribute is present.String getAriaMultilineProperty(Element element)
element
or "" if no
such attribute is present.String getAriaReadonlyProperty(Element element)
element
or "" if no
such attribute is present.String getAriaRequiredProperty(Element element)
element
or "" if no
such attribute is present.void removeAriaActivedescendantProperty(Element element)
element
.void removeAriaAutocompleteProperty(Element element)
element
.void removeAriaMultilineProperty(Element element)
element
.void removeAriaReadonlyProperty(Element element)
element
.void removeAriaRequiredProperty(Element element)
element
.void setAriaAutocompleteProperty(Element element, AutocompleteValue value)
void setAriaMultilineProperty(Element element, boolean value)
void setAriaReadonlyProperty(Element element, boolean value)
void setAriaRequiredProperty(Element element, boolean value)
Copyright © 2018. All rights reserved.