Uses of Interface
org.zkoss.bind.sys.PropertyBinding
-
Packages that use PropertyBinding Package Description org.zkoss.bind.impl org.zkoss.bind.sys org.zkoss.clientbind -
-
Uses of PropertyBinding in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement PropertyBinding Modifier and Type Class Description class
InitPropertyBindingImpl
Implementation ofInitPropertyBinding
.class
LoadPropertyBindingImpl
Implementation ofLoadPropertyBinding
.class
PropertyBindingImpl
A base implementation ofPropertyBinding
.class
SavePropertyBindingImpl
Implementation ofSavePropertyBinding
.Methods in org.zkoss.bind.impl with parameters of type PropertyBinding Modifier and Type Method Description 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 Modifier and Type Interface Description 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. -
Uses of PropertyBinding in org.zkoss.clientbind
Classes in org.zkoss.clientbind that implement PropertyBinding Modifier and Type Class Description class
ClientSavePropertyBindingImpl
Client save property binding implementation.
-