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(Component comp,
java.lang.String attr,
java.lang.String saveAttr,
java.lang.String saveExpr,
ConditionType conditionType,
java.lang.String command,
java.util.Map<java.lang.String,java.lang.Object> bindingArgs,
java.lang.String converterExpr,
java.util.Map<java.lang.String,java.lang.Object> converterArgs,
java.lang.String validatorExpr,
java.util.Map<java.lang.String,java.lang.Object> validatorArgs)
Make this extenable.
|
Modifier and Type | Method and Description |
---|---|
static void |
BindContextUtil.setValidatorArgs(Binder binder,
Component comp,
BindContext ctx,
SavePropertyBinding binding) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Pair<java.lang.String,SavePropertyBinding>> |
MapProxy.collectCachedSavePropertyBinding() |
java.util.Set<Pair<java.lang.String,SavePropertyBinding>> |
FormProxyObject.collectCachedSavePropertyBinding()
Collect all of collect cached save property bindings
|
java.util.Set<Pair<java.lang.String,SavePropertyBinding>> |
AbstractCollectionProxy.collectCachedSavePropertyBinding() |
java.util.Set<Pair<java.lang.String,SavePropertyBinding>> |
ProxyNode.getCachedSavePropertyBinding() |
Modifier and Type | Method and Description |
---|---|
void |
MapProxy.cacheSavePropertyBinding(java.lang.String property,
SavePropertyBinding s) |
void |
FormProxyObject.cacheSavePropertyBinding(java.lang.String property,
SavePropertyBinding savePropertyBinding)
Cache save property binding by property string
|
void |
AbstractCollectionProxy.cacheSavePropertyBinding(java.lang.String property,
SavePropertyBinding s) |
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.