Uses of Interface
org.zkoss.zk.ui.sys.ExecutionInfo

Packages that use ExecutionInfo
org.zkoss.zk.ui.impl Implementation of user interfaces and factories (implementation only). 
org.zkoss.zk.ui.sys Internal interfaces of user interfaces and factories (behind the scene). 
 

Uses of ExecutionInfo in org.zkoss.zk.ui.impl
 

Methods in org.zkoss.zk.ui.impl that return ExecutionInfo
 ExecutionInfo AbstractExecution.getExecutionInfo()
           
 

Methods in org.zkoss.zk.ui.impl with parameters of type ExecutionInfo
 void AbstractExecution.setExecutionInfo(ExecutionInfo execinf)
           
 

Uses of ExecutionInfo in org.zkoss.zk.ui.sys
 

Methods in org.zkoss.zk.ui.sys that return ExecutionInfo
 ExecutionInfo ExecutionCtrl.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
 void ExecutionCtrl.setExecutionInfo(ExecutionInfo evtinf)
          Sets the information of the event being served, or null if not under serving an event.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo