|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Phase | |
|---|---|
| org.zkoss.bind | ZK Bind Library |
| org.zkoss.bind.impl | Core Implementation for ZK Bind |
| Uses of Phase in org.zkoss.bind |
|---|
| Methods in org.zkoss.bind that return Phase | |
|---|---|
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. |
| Methods in org.zkoss.bind with parameters of type Phase | |
|---|---|
void |
PhaseListener.postPhase(Phase phase,
BindContext ctx)
Callbacks after each phase. |
void |
PhaseListener.prePhase(Phase phase,
BindContext ctx)
Callbacks before each phase. |
| Uses of Phase in org.zkoss.bind.impl |
|---|
| Methods in org.zkoss.bind.impl with parameters of type Phase | |
|---|---|
protected void |
AbstractBindingHandler.doPostPhase(Phase phase,
BindContext ctx)
|
protected void |
AbstractBindingHandler.doPrePhase(Phase phase,
BindContext ctx)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||