Uses of Interface
org.zkoss.bind.sys.SavePropertyBinding
-
Packages that use SavePropertyBinding Package Description org.zkoss.bind.impl org.zkoss.bind.proxy org.zkoss.clientbind -
-
Uses of SavePropertyBinding in org.zkoss.bind.impl
Classes in org.zkoss.bind.impl that implement SavePropertyBinding Modifier and Type Class Description class
SavePropertyBindingImpl
Implementation ofSavePropertyBinding
.Methods in org.zkoss.bind.impl that return SavePropertyBinding Modifier and Type Method 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.Methods in org.zkoss.bind.impl with parameters of type SavePropertyBinding Modifier and Type Method Description static void
BindContextUtil. setValidatorArgs(Binder binder, Component comp, BindContext ctx, SavePropertyBinding binding)
-
Uses of SavePropertyBinding in org.zkoss.bind.proxy
Methods in org.zkoss.bind.proxy that return types with arguments of type SavePropertyBinding Modifier and Type Method Description java.util.Set<Pair<java.lang.String,SavePropertyBinding>>
AbstractCollectionProxy. collectCachedSavePropertyBinding()
java.util.Set<Pair<java.lang.String,SavePropertyBinding>>
FormProxyObject. collectCachedSavePropertyBinding()
Collect all of collect cached save property bindingsjava.util.Set<Pair<java.lang.String,SavePropertyBinding>>
ListModelArrayProxy. collectCachedSavePropertyBinding()
java.util.Set<Pair<java.lang.String,SavePropertyBinding>>
ListModelListProxy. collectCachedSavePropertyBinding()
java.util.Set<Pair<java.lang.String,SavePropertyBinding>>
ListModelMapProxy. collectCachedSavePropertyBinding()
java.util.Set<Pair<java.lang.String,SavePropertyBinding>>
ListModelSetProxy. collectCachedSavePropertyBinding()
java.util.Set<Pair<java.lang.String,SavePropertyBinding>>
MapProxy. collectCachedSavePropertyBinding()
java.util.Set<Pair<java.lang.String,SavePropertyBinding>>
ProxyNode. getCachedSavePropertyBinding()
Methods in org.zkoss.bind.proxy with parameters of type SavePropertyBinding Modifier and Type Method Description void
AbstractCollectionProxy. cacheSavePropertyBinding(java.lang.String property, SavePropertyBinding s)
void
FormProxyObject. cacheSavePropertyBinding(java.lang.String property, SavePropertyBinding savePropertyBinding)
Cache save property binding by property stringvoid
ListModelArrayProxy. cacheSavePropertyBinding(java.lang.String property, SavePropertyBinding s)
void
ListModelListProxy. cacheSavePropertyBinding(java.lang.String property, SavePropertyBinding s)
void
ListModelMapProxy. cacheSavePropertyBinding(java.lang.String property, SavePropertyBinding s)
void
ListModelSetProxy. cacheSavePropertyBinding(java.lang.String property, SavePropertyBinding s)
void
MapProxy. cacheSavePropertyBinding(java.lang.String property, SavePropertyBinding s)
-
Uses of SavePropertyBinding in org.zkoss.clientbind
Classes in org.zkoss.clientbind that implement SavePropertyBinding Modifier and Type Class Description class
ClientSavePropertyBindingImpl
Client save property binding implementation.Methods in org.zkoss.clientbind with parameters of type SavePropertyBinding Modifier and Type Method Description boolean
ClientBinder. doValidate(Component comp, SavePropertyBinding binding, boolean isValid)
-