|
||||||||||
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 | |
java.lang.String |
getHTML()
Gets this object's contents as HTML. |
void |
setHTML(java.lang.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 java.lang.String getHTML()
public void setHTML(java.lang.String html)
HasText.setText(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 |