Package org.zkoss.bind.impl
Interface ReferenceBindingHandler
-
- All Known Implementing Classes:
ReferenceBindingHandlerImpl
public interface ReferenceBindingHandler
to handle reference binding- Author:
- dennis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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)
-
-