| Package | Description |
|---|---|
| org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
| org.zkoss.bind.proxy |
Dynamic Proxy for Form Binding
|
| Modifier and Type | Class and Description |
|---|---|
class |
SavePropertyBindingImpl
Implementation of
SavePropertyBinding. |
| Modifier and Type | Method and Description |
|---|---|
protected SavePropertyBinding |
BinderImpl.newSavePropertyBinding(org.zkoss.zk.ui.Component comp,
String attr,
String saveAttr,
String saveExpr,
ConditionType conditionType,
String command,
Map<String,Object> bindingArgs,
String converterExpr,
Map<String,Object> converterArgs,
String validatorExpr,
Map<String,Object> validatorArgs)
Make this extenable.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BindContextUtil.setValidatorArgs(Binder binder,
org.zkoss.zk.ui.Component comp,
BindContext ctx,
SavePropertyBinding binding) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCollectionProxy.cacheSavePropertyBinding(String property,
SavePropertyBinding s) |
void |
ListModelArrayProxy.cacheSavePropertyBinding(String property,
SavePropertyBinding s) |
void |
ListModelListProxy.cacheSavePropertyBinding(String property,
SavePropertyBinding s) |
void |
FormProxyObject.cacheSavePropertyBinding(String property,
SavePropertyBinding savePropertyBinding)
Cache save property binding by property string
|
void |
MapProxy.cacheSavePropertyBinding(String property,
SavePropertyBinding s) |
void |
ListModelSetProxy.cacheSavePropertyBinding(String property,
SavePropertyBinding s) |
void |
ListModelMapProxy.cacheSavePropertyBinding(String property,
SavePropertyBinding s) |
Copyright © 2022. All rights reserved.