public interface AttributeWriteAriaLabelledBy extends AttributeReadAriaLabelledBy
labelledBy
attribute of an
object.HTML_ATTRIBUTE_ARIA_LABELLED_BY
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
void |
setLabelledBy(AriaIdList labelledBy)
This method sets the
labelledBy attribute of this object. |
void |
setLabelledBy(String labelledBy)
This method sets the
labelledBy attribute of this object. |
getLabelledBy
void setLabelledBy(AriaIdList labelledBy)
labelledBy
attribute of this object.labelledBy
- is value of AttributeReadAriaLabelledBy.getLabelledBy()
. May be null
to unset.void setLabelledBy(String labelledBy)
labelledBy
attribute of this object.labelledBy
- is value of AttributeReadAriaLabelledBy.getLabelledBy()
as String. May be null
or the empty
string to unset.Copyright © 2001–2016 mmm-Team. All rights reserved.