public interface HasDirectionalHtml extends HasDirectionalText, HasHTML
Modifier and Type | Method and Description |
---|---|
void |
setHTML(String html,
HasDirection.Direction dir)
Sets this object's html, also declaring its direction.
|
getTextDirection, setText
void setHTML(String html, HasDirection.Direction dir)
html
- the object's new htmldir
- the html's directionCopyright © 2018. All rights reserved.