| 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 |
|---|---|
Set<org.zkoss.util.Pair<String,SavePropertyBinding>> |
FormProxyObject.collectCachedSavePropertyBinding()
Collect all of collect cached save property bindings
|
Set<org.zkoss.util.Pair<String,SavePropertyBinding>> |
AbstractCollectionProxy.collectCachedSavePropertyBinding() |
Set<org.zkoss.util.Pair<String,SavePropertyBinding>> |
MapProxy.collectCachedSavePropertyBinding() |
Set<org.zkoss.util.Pair<String,SavePropertyBinding>> |
ProxyNode.getCachedSavePropertyBinding() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormProxyObject.cacheSavePropertyBinding(String property,
SavePropertyBinding savePropertyBinding)
Cache save property binding by property string
|
void |
AbstractCollectionProxy.cacheSavePropertyBinding(String property,
SavePropertyBinding s) |
void |
MapProxy.cacheSavePropertyBinding(String property,
SavePropertyBinding s) |
Copyright © 2020. All rights reserved.