Uses of Interface
org.zkoss.bind.sys.PropertyBinding
-
Packages that use PropertyBinding Package Description org.zkoss.bind.impl org.zkoss.bind.sys -
-
Uses of PropertyBinding in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement PropertyBinding Modifier and Type Class Description classInitPropertyBindingImplImplementation ofInitPropertyBinding.classLoadPropertyBindingImplImplementation ofLoadPropertyBinding.classPropertyBindingImplA base implementation ofPropertyBinding.classSavePropertyBindingImplImplementation ofSavePropertyBinding.Methods in org.zkoss.bind.impl with parameters of type PropertyBinding Modifier and Type Method Description static voidBindContextUtil. setConverterArgs(Binder binder, org.zkoss.zk.ui.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 interfaceInitPropertyBindingPropertyBinding for init-loading into component attribute from backing bean property.interfaceLoadPropertyBindingPropertyBinding for load into component attribute from backing bean property.interfaceSavePropertyBindingPropertyBinding for save from component attribute into backing bean property.
-