|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyBinding | |
---|---|
org.zkoss.bind.impl | Core Implementation for ZK Bind |
org.zkoss.bind.sys | System level classes for ZK Bind |
Uses of PropertyBinding in org.zkoss.bind.impl |
---|
Classes in org.zkoss.bind.impl that implement PropertyBinding | |
---|---|
class |
InitPropertyBindingImpl
Implementation of InitPropertyBinding . |
class |
LoadPropertyBindingImpl
Implementation of LoadPropertyBinding . |
class |
PropertyBindingImpl
A base implementation of PropertyBinding . |
class |
SavePropertyBindingImpl
Implementation of SavePropertyBinding . |
Methods in org.zkoss.bind.impl with parameters of type PropertyBinding | |
---|---|
static void |
BindContextUtil.setConverterArgs(Binder binder,
Component comp,
BindContext ctx,
PropertyBinding binding)
|
Uses of PropertyBinding in org.zkoss.bind.sys |
---|
Subinterfaces of PropertyBinding in org.zkoss.bind.sys | |
---|---|
interface |
InitPropertyBinding
PropertyBinding for init-loading into component attribute from backing bean property. |
interface |
LoadPropertyBinding
PropertyBinding for load into component attribute from backing bean property. |
interface |
SavePropertyBinding
PropertyBinding for save from component attribute into backing bean property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |