| 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 |
SaveFormBindingImpl
Implementation of
SaveFormBinding. |
class |
SavePropertyBindingImpl
Implementation of
SavePropertyBinding. |
| Modifier and Type | Method and Description |
|---|---|
Set<SaveBinding> |
BinderImpl.getFormAssociatedSaveBindings(org.zkoss.zk.ui.Component comp) |
| Modifier and Type | Method and Description |
|---|---|
void |
BinderImpl.addFormAssociatedSaveBinding(org.zkoss.zk.ui.Component associatedComp,
String formId,
SaveBinding saveBinding,
String fieldName) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SaveFormBinding
Binding for saving a form.
|
interface |
SavePropertyBinding
PropertyBinding for save from component attribute into backing bean property.
|
| Modifier and Type | Method and Description |
|---|---|
Set<SaveBinding> |
BinderCtrl.getFormAssociatedSaveBindings(org.zkoss.zk.ui.Component formComp)
Get associated save bindings of a form in a component
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinderCtrl.addFormAssociatedSaveBinding(org.zkoss.zk.ui.Component associatedComp,
String formId,
SaveBinding saveBinding,
String fieldName)
Add a association between formId and a associated save binding(save binding inside a form), the form has to exist in the parent components
|
Copyright © 2020. All rights reserved.