org.zkoss.bind.impl
Interface ReferenceBindingHandler

All Known Implementing Classes:
ReferenceBindingHandlerImpl

public interface ReferenceBindingHandler

to handle reference binding

Author:
dennis

Method Summary
 void addReferenceBinding(Component comp, java.lang.String attr, ReferenceBinding binding)
           
 void removeReferenceBinding(Component comp)
           
 void removeReferenceBinding(Component comp, java.lang.String attr)
           
 void setBinder(Binder binder)
           
 

Method Detail

setBinder

void setBinder(Binder binder)

addReferenceBinding

void addReferenceBinding(Component comp,
                         java.lang.String attr,
                         ReferenceBinding binding)

removeReferenceBinding

void removeReferenceBinding(Component comp)

removeReferenceBinding

void removeReferenceBinding(Component comp,
                            java.lang.String attr)


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