org.zkoss.bind.impl
Class AbstractBindingHandler

java.lang.Object
  extended by org.zkoss.bind.impl.AbstractBindingHandler
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ReferenceBindingHandlerImpl

public abstract class AbstractBindingHandler
extends java.lang.Object
implements java.io.Serializable

to help implement BinderImpl

Author:
dennis
See Also:
Serialized Form

Field Summary
protected  Binder _binder
           
 
Constructor Summary
AbstractBindingHandler()
           
 
Method Summary
protected  void clearValidationMessages(Binder binder, Component component, java.lang.String attr)
           
protected  void doPostPhase(Phase phase, BindContext ctx)
           
protected  void doPrePhase(Phase phase, BindContext ctx)
           
protected static java.util.Set<Property> getNotifys(BindContext ctx)
           
 void setBinder(Binder binder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_binder

protected Binder _binder
Constructor Detail

AbstractBindingHandler

public AbstractBindingHandler()
Method Detail

setBinder

public void setBinder(Binder binder)

doPrePhase

protected void doPrePhase(Phase phase,
                          BindContext ctx)

doPostPhase

protected void doPostPhase(Phase phase,
                           BindContext ctx)

getNotifys

protected static java.util.Set<Property> getNotifys(BindContext ctx)

clearValidationMessages

protected void clearValidationMessages(Binder binder,
                                       Component component,
                                       java.lang.String attr)


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