public interface AttributeWriteAriaOwns extends AttributeReadAriaOwns
owns
attribute of an object.HTML_ATTRIBUTE_ARIA_OWNS
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
void |
setOwns(AriaIdList owns)
This method sets the
owns attribute of this object. |
void |
setOwns(String owns)
This method sets the
owns attribute of this object. |
getOwns
void setOwns(AriaIdList owns)
owns
attribute of this object.owns
- is value of AttributeReadAriaOwns.getOwns()
. May be null
to unset.void setOwns(String owns)
owns
attribute of this object.owns
- is value of AttributeReadAriaOwns.getOwns()
as String
. May be null
or the empty
string to unset.Copyright © 2001–2016 mmm-Team. All rights reserved.