public class TagRenderContext extends Object
Constructor and Description |
---|
TagRenderContext() |
Modifier and Type | Method and Description |
---|---|
String |
complete()
Completes the rendering by returning what are generated
by
renderBegin(org.zkoss.zk.ui.Component, java.util.Map, boolean) and renderEnd(org.zkoss.zk.ui.Component) (never return null). |
void |
renderBegin(org.zkoss.zk.ui.Component comp,
Map clientEvents,
boolean lookup)
Renders the beginning JavaScript code snippet for the component.
|
void |
renderEnd(org.zkoss.zk.ui.Component comp)
Renders the ending JavaScript code snippet for the component.
|
public String complete()
renderBegin(org.zkoss.zk.ui.Component, java.util.Map, boolean)
and renderEnd(org.zkoss.zk.ui.Component)
(never return null).
After rendering, the context is reset.public void renderBegin(org.zkoss.zk.ui.Component comp, Map clientEvents, boolean lookup)
clientEvents
- a collection of client events.
It is ignored if lookup is true.lookup
- whether to look up instead of creating a widget.
Specifies true if the widget is created somewhere else.public void renderEnd(org.zkoss.zk.ui.Component comp)
Copyright © 2016. All Rights Reserved.