Uses of Class
org.zkoss.bind.Phase

Packages that use Phase
org.zkoss.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.
 



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