Package | Description |
---|---|
org.zkoss.bind |
ZK Bind Library
|
org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
org.zkoss.zuti.bind |
Modifier and Type | Method and Description |
---|---|
static Phase |
Phase.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Phase[] |
Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PhaseListener.postPhase(Phase phase,
BindContext ctx)
Callbacks after each phase.
|
void |
PhaseListener.prePhase(Phase phase,
BindContext ctx)
Callbacks before each phase.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractBindingHandler.doPostPhase(Phase phase,
BindContext ctx) |
protected void |
AbstractBindingHandler.doPrePhase(Phase phase,
BindContext ctx) |
void |
ClientBinderPhaseListener.postPhase(Phase phase,
BindContext ctx) |
void |
ClientBinderPhaseListener.prePhase(Phase phase,
BindContext ctx) |
Modifier and Type | Method and Description |
---|---|
void |
ZutiPhaseListener.postPhase(Phase phase,
BindContext ctx) |
void |
ZutiPhaseListener.prePhase(Phase phase,
BindContext ctx) |
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.