public interface AttributeWriteAriaDescribedBy extends AttributeReadAriaDescribedBy
describedBy
attribute of an
object.HTML_ATTRIBUTE_ARIA_DESCRIBED_BY
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
void |
setDescribedBy(AriaIdList describedBy)
This method sets the
describedBy attribute of this object. |
void |
setDescribedBy(String describedBy)
This method sets the
describedBy attribute of this object. |
getDescribedBy
void setDescribedBy(AriaIdList describedBy)
describedBy
attribute of this object.describedBy
- is value of AttributeReadAriaDescribedBy.getDescribedBy()
. May be null
to unset.void setDescribedBy(String describedBy)
describedBy
attribute of this object.describedBy
- is value of AttributeReadAriaDescribedBy.getDescribedBy()
as String
. May be null
or
the empty string to unset.Copyright © 2001–2016 mmm-Team. All rights reserved.