Uses of Class
org.zkoss.zk.ui.metainfo.ZScript
-
Packages that use ZScript Package Description org.zkoss.zk.ui org.zkoss.zk.ui.impl org.zkoss.zk.ui.metainfo org.zkoss.zk.ui.sys -
-
Uses of ZScript in org.zkoss.zk.ui
Methods in org.zkoss.zk.ui that return ZScript Modifier and Type Method Description ZScriptAbstractComponent. getEventHandler(java.lang.String evtnm) -
Uses of ZScript in org.zkoss.zk.ui.impl
Methods in org.zkoss.zk.ui.impl with parameters of type ZScript Modifier and Type Method Description voidPageImpl. addDeferredZScript(Component parent, ZScript zscript)Constructors in org.zkoss.zk.ui.impl with parameters of type ZScript Constructor Description ZScriptInitiator(ZScript script) -
Uses of ZScript in org.zkoss.zk.ui.metainfo
Methods in org.zkoss.zk.ui.metainfo that return ZScript Modifier and Type Method Description ZScriptEventHandler. getZScript()Returns the zscript associated with this event handler.ZScriptZScriptInfo. getZScript()Returns theZScriptobject hold in this info.static ZScriptZScript. parseContent(java.lang.String content)Parses the content into aZScriptinstance.static ZScriptZScript. parseContent(java.lang.String content, int lineno)Parses the content into aZScriptinstance.Methods in org.zkoss.zk.ui.metainfo with parameters of type ZScript Modifier and Type Method Description voidComponentInfo. addEventHandler(java.lang.String name, ZScript zscript, ConditionImpl cond)Adds an event handler.Constructors in org.zkoss.zk.ui.metainfo with parameters of type ZScript Constructor Description EventHandler(ZScript zscript)EventHandler(EvaluatorRef evalr, ZScript zscript, ConditionImpl cond) -
Uses of ZScript in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that return ZScript Modifier and Type Method Description ZScriptComponentCtrl. getEventHandler(java.lang.String evtnm)Returns the event listener of the specified name, or null if not found.ZScriptExecutionInfo. getEventZScript()Returns the zscript that serves the event, or null if it is served by a listener (ExecutionInfo.getEventListener()), or a method (ExecutionInfo.getEventMethod()).Methods in org.zkoss.zk.ui.sys with parameters of type ZScript Modifier and Type Method Description voidPageCtrl. addDeferredZScript(Component parent, ZScript zscript)Adds a deferred zscript.
-