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 |
---|---|
java.util.Set<SaveBinding> |
BinderImpl.getFormAssociatedSaveBindings(Component comp) |
Modifier and Type | Method and Description |
---|---|
void |
BinderImpl.addFormAssociatedSaveBinding(Component associatedComp,
java.lang.String formId,
SaveBinding saveBinding,
java.lang.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 |
---|---|
java.util.Set<SaveBinding> |
BinderCtrl.getFormAssociatedSaveBindings(Component formComp)
Get associated save bindings of a form in a component
|
Modifier and Type | Method and Description |
---|---|
void |
BinderCtrl.addFormAssociatedSaveBinding(Component associatedComp,
java.lang.String formId,
SaveBinding saveBinding,
java.lang.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 © 2005-2021 Potix Corporation. All Rights Reserved.