Uses of Class
org.zkoss.bind.Phase

Packages that use Phase
org.zkoss.bind ZK Bind Library 
org.zkoss.bind.impl Core Implementation for ZK Bind 
 

Uses of Phase in org.zkoss.bind
 

Methods in org.zkoss.bind that return Phase
static Phase Phase.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Phase[] Phase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.zkoss.bind with parameters of type Phase
 void PhaseListener.postPhase(Phase phase, BindContext ctx)
          Callbacks after each phase.
 void PhaseListener.prePhase(Phase phase, BindContext ctx)
          Callbacks before each phase.
 

Uses of Phase in org.zkoss.bind.impl
 

Methods in org.zkoss.bind.impl with parameters of type Phase
protected  void AbstractBindingHandler.doPostPhase(Phase phase, BindContext ctx)
           
protected  void AbstractBindingHandler.doPrePhase(Phase phase, BindContext ctx)
           
 



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