|
WUI : API |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.westofj.wui.Widget
org.westofj.wui.WInlineHtml
Renders the specified HTML to the display.
| Constructor Summary | |
WInlineHtml()
Constructs an empty inline HTML instance. |
|
WInlineHtml(String html)
Constructs an inline HTML instance that renders the specified HTML to the display. |
|
| Method Summary | |
String |
getHtml()
Returns the HTML that is rendered to the display. |
void |
render(WRunner runner,
WRenderContext context,
PrintWriter out)
Renders the widget to the display. |
void |
setHtml(String html)
Sets the HTML rendered to the display. |
| Methods inherited from class org.westofj.wui.Widget |
addChangeListener, getRunner, handleNoParams, handleParams, hasChangeListeners, removeChangeListener, stateChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WInlineHtml()
public WInlineHtml(String html)
html - the html to render to the display.| Method Detail |
public String getHtml()
public void render(WRunner runner,
WRenderContext context,
PrintWriter out)
throws WRenderException
Widget
render in class Widgetrunner - the current runner context.out - the output for the display.
WRenderExceptionpublic void setHtml(String html)
html - the HTML to be rendered to the display.
|
Copyright (c) 2003 West of J - All rights reserved. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||