Uses of Class
org.zkoss.json.JavaScriptValue
-
Packages that use JavaScriptValue Package Description org.zkoss.stateless.ui org.zkoss.zk.ui.sys -
-
Uses of JavaScriptValue in org.zkoss.stateless.ui
Methods in org.zkoss.stateless.ui that return types with arguments of type JavaScriptValue Modifier and Type Method Description static <I extends IComponent>
java.util.Collection<JavaScriptValue>UiAgentCtrl. redraw(Locator locator, java.util.Collection<I> children)
An utilities to create an array of JavaScript objects (JavaScriptValue
) that can be used to mount the specified widget at the clients. -
Uses of JavaScriptValue in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that return types with arguments of type JavaScriptValue Modifier and Type Method Description static java.util.Collection<JavaScriptValue>
ComponentsCtrl. redraw(java.util.Collection<? extends Component> comps)
An utilities to create an array of JavaScript objects (JavaScriptValue
) that can be used to mount the specified widget at the clients.
-