Uses of Interface
org.zkoss.zk.ui.sys.ExecutionInfo
-
Packages that use ExecutionInfo Package Description org.zkoss.zk.ui.impl org.zkoss.zk.ui.sys -
-
Uses of ExecutionInfo in org.zkoss.zk.ui.impl
Methods in org.zkoss.zk.ui.impl that return ExecutionInfo Modifier and Type Method Description ExecutionInfoAbstractExecution. getExecutionInfo()Methods in org.zkoss.zk.ui.impl with parameters of type ExecutionInfo Modifier and Type Method Description voidAbstractExecution. setExecutionInfo(ExecutionInfo execinf) -
Uses of ExecutionInfo in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that return ExecutionInfo Modifier and Type Method Description ExecutionInfoExecutionCtrl. getExecutionInfo()Returns the information of the event being served, or null if the execution is not under serving an event.Methods in org.zkoss.zk.ui.sys with parameters of type ExecutionInfo Modifier and Type Method Description voidExecutionCtrl. setExecutionInfo(ExecutionInfo evtinf)Sets the information of the event being served, or null if not under serving an event.
-