| 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(org.zkoss.zk.ui.Component comp,
String attr,
String loadAttr,
Class<?> attrType,
String loadExpr,
ConditionType conditionType,
String command,
Map<String,Object> bindingArgs,
String converterExpr,
Map<String,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 © 2020. All rights reserved.