Package org.zkoss.bind.impl
Interface ReferenceBindingHandler
-
- All Known Implementing Classes:
ReferenceBindingHandlerImpl
public interface ReferenceBindingHandlerto handle reference binding- Author:
- dennis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddReferenceBinding(Component comp, java.lang.String attr, ReferenceBinding binding)voidremoveReferenceBinding(Component comp)voidremoveReferenceBinding(Component comp, java.lang.String attr)voidsetBinder(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)
-
-