|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An object that implements this interface contains text, which can be set and retrieved using these methods. The object's text can be set either as HTML or as text.
Method Summary | |
String |
getHTML()
Gets this object's contents as HTML. |
void |
setHTML(String html)
Sets this object's contents via HTML. |
Methods inherited from interface com.google.gwt.user.client.ui.HasText |
getText, setText |
Method Detail |
public String getHTML()
public void setHTML(String html)
HasText.setText(java.lang.String)
whenever possible.
html
- the object's new HTML
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |