public interface AttributeWriteAriaFlowTo extends AttributeReadAriaFlowTo
flowTo
attribute of an object.HTML_ATTRIBUTE_ARIA_FLOW_TO
WAI_ARIA
Modifier and Type | Method and Description |
---|---|
void |
setFlowTo(AriaIdList flowTo)
This method sets the
flowTo attribute of this object. |
void |
setFlowTo(String flowTo)
This method sets the
flowTo attribute of this object. |
getFlowTo
void setFlowTo(AriaIdList flowTo)
flowTo
attribute of this object.flowTo
- is value of AttributeReadAriaFlowTo.getFlowTo()
. May be null
to unset.void setFlowTo(String flowTo)
flowTo
attribute of this object.flowTo
- is value of AttributeReadAriaFlowTo.getFlowTo()
as String
. May be null
or the empty
string to unset.Copyright © 2001–2016 mmm-Team. All rights reserved.