Package com.google.gwt.user.client.ui
Interface HasDirectionalHtml
- All Superinterfaces:
HasDirectionalText,HasHTML,HasText
- All Known Implementing Classes:
DialogBox.CaptionImpl,HTML,InlineHTML
An object that implements this interface contains html that has a direction.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetHTML(String html, HasDirection.Direction dir) Sets this object's html, also declaring its direction.Methods inherited from interface com.google.gwt.user.client.ui.HasDirectionalText
getTextDirection, setText
-
Method Details
-
setHTML
Sets this object's html, also declaring its direction.- Parameters:
html- the object's new htmldir- the html's direction
-