Uses of Interface
org.zkoss.zk.ui.util.Callback

Packages that use Callback
org.zkoss.zk.ui Interfaces of the common user-interfaces, such as Page and Component
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 Callback in org.zkoss.zk.ui
 

Methods in org.zkoss.zk.ui that return types with arguments of type Callback
 java.util.Collection<Callback<ContentRenderer>> AbstractComponent.getRedrawCallback()
           
 

Methods in org.zkoss.zk.ui with parameters of type Callback
 boolean AbstractComponent.addRedrawCallback(Callback<ContentRenderer> callback)
           
 boolean AbstractComponent.removeRedrawCallback(Callback<ContentRenderer> callback)
           
 

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

Methods in org.zkoss.zk.ui.impl with parameters of type Callback
 void AbstractExecution.addOnActivate(Callback callback)
          Adds a callback method to be executed only once after the execution activated.
 void AbstractExecution.addOnDeactivate(Callback callback)
          Adds a callback method to be executed only once after the execution deactivated.
 

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

Methods in org.zkoss.zk.ui.sys that return types with arguments of type Callback
 java.util.Collection<Callback<ContentRenderer>> ComponentCtrl.getRedrawCallback()
          Returns all of callbacks for component redraw phase
 

Methods in org.zkoss.zk.ui.sys with parameters of type Callback
 void ExecutionCtrl.addOnActivate(Callback callback)
          Adds a callback method to be executed only once after the execution activated.
 void ExecutionCtrl.addOnDeactivate(Callback callback)
          Adds a callback method to be executed only once after the execution being deactivated (i.e. do the callback in ExecutionCtrl.onBeforeDeactivate().
 boolean ComponentCtrl.addRedrawCallback(Callback<ContentRenderer> callback)
          Adds a callback at component redraw phase.
 boolean ComponentCtrl.removeRedrawCallback(Callback<ContentRenderer> callback)
          Removes a callback for component redraw phase.
 



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