public interface AttributeWriteAriaControls extends AttributeReadAriaControls
controls
attribute of an object.HTML_ATTRIBUTE_ARIA_CONTROLS
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
void |
setControls(AriaIdList controls)
This method sets the
controls attribute of this object. |
void |
setControls(String controls)
This method sets the
controls attribute of this object. |
getControls
void setControls(AriaIdList controls)
controls
attribute of this object.controls
- is value of AttributeReadAriaControls.getControls()
. May be null
to unset.void setControls(String controls)
controls
attribute of this object.controls
- is value of AttributeReadAriaControls.getControls()
as String
. May be null
or the
empty string to unset.Copyright © 2001–2016 mmm-Team. All rights reserved.