public abstract class AbstractBindingHandler extends Object implements Serializable
| Constructor and Description |
|---|
AbstractBindingHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected <K,V> void |
addBinding(Map<K,List<V>> bindingsMap,
K bkey,
V binding) |
protected void |
clearValidationMessages(Binder binder,
org.zkoss.zk.ui.Component component,
String attr) |
protected void |
doPostPhase(Phase phase,
BindContext ctx) |
protected void |
doPrePhase(Phase phase,
BindContext ctx) |
protected static Set<Property> |
getNotifys(BindContext ctx) |
void |
setBinder(Binder binder) |
protected Binder _binder
public void setBinder(Binder binder)
protected void doPrePhase(Phase phase, BindContext ctx)
protected void doPostPhase(Phase phase, BindContext ctx)
protected static Set<Property> getNotifys(BindContext ctx)
protected void clearValidationMessages(Binder binder, org.zkoss.zk.ui.Component component, String attr)
Copyright © 2020. All rights reserved.