Package | Description |
---|---|
org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
org.zkoss.bind.sys |
System level classes for ZK Bind
|
Modifier and Type | Class and Description |
---|---|
class |
InitPropertyBindingImpl
Implementation of
InitPropertyBinding . |
class |
LoadPropertyBindingImpl
Implementation of
LoadPropertyBinding . |
Modifier and Type | Method and Description |
---|---|
protected LoadPropertyBinding |
BinderImpl.newLoadPropertyBinding(Component comp,
java.lang.String attr,
java.lang.String loadAttr,
java.lang.Class<?> attrType,
java.lang.String loadExpr,
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)
Make this extenable.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InitPropertyBinding
PropertyBinding for init-loading into component attribute from backing bean property.
|
Copyright © 2005-2021 Potix Corporation. All Rights Reserved.