public interface HasDataAttributes
| Modifier and Type | Method and Description |
|---|---|
String |
getDataAttribute(String dataAttr)
Get a data attribute of the
Element. |
void |
setDataAttribute(String dataAttr,
String value)
Set data attribute of an
Element. |
void setDataAttribute(String dataAttr, String value)
Element.
E.g. data-position="left".String getDataAttribute(String dataAttr)
Element.Copyright © 2018. All rights reserved.