Package | Description |
---|---|
org.zkoss.bind |
ZK Bind Library
|
org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
org.zkoss.bind.init | |
org.zkoss.bind.sys |
System level classes for ZK Bind
|
org.zkoss.zuti.bind |
Modifier and Type | Method and Description |
---|---|
void |
Binder.setPhaseListener(PhaseListener listener)
Sets the associated phase listener to intervene the binding life cycle.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientBinderPhaseListener
A client command binding phase listener.
|
Modifier and Type | Method and Description |
---|---|
PhaseListener |
BinderImpl.getPhaseListener() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PhaseListener> |
BinderImpl.getPhaseListeners() |
Modifier and Type | Method and Description |
---|---|
void |
BinderImpl.addPhaseListener(PhaseListener listener) |
void |
BinderImpl.setPhaseListener(PhaseListener listener) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<PhaseListener> |
ZKBinderPhaseListeners.getSystemPhaseListeners()
Returns all of the system phase listeners
|
Modifier and Type | Method and Description |
---|---|
PhaseListener |
BinderCtrl.getPhaseListener()
Deprecated.
As of release ZK 8.0.0, please use
BinderCtrl.getPhaseListeners() instead. |
Modifier and Type | Method and Description |
---|---|
java.util.List<PhaseListener> |
BinderCtrl.getPhaseListeners()
get the first
PhaseListener |
Modifier and Type | Method and Description |
---|---|
void |
BinderCtrl.addPhaseListener(PhaseListener listener)
Add the
PhaseListener |
void |
BinderCtrl.setPhaseListener(PhaseListener listener)
Deprecated.
As of release ZK 8.0.0, please use
BinderCtrl.addPhaseListener(PhaseListener) instead. |
Modifier and Type | Class and Description |
---|---|
class |
ZutiPhaseListener
A bind phase listener for Zuti addon
|
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.