| Package | Description |
|---|---|
| org.zkoss.bind |
ZK Bind Library
|
| org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
| org.zkoss.bind.sys |
System level classes for ZK Bind
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FormLegacy
Deprecated.
As of release 9.5.0, please use
Form |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleForm
Deprecated.
As of release 9.5.0, please use
Form |
| Modifier and Type | Class and Description |
|---|---|
class |
FormImpl
Deprecated.
As of release 9.5.0, please use
Form |
| Modifier and Type | Method and Description |
|---|---|
Form |
BinderImpl.getForm(org.zkoss.zk.ui.Component comp,
String id) |
Form |
FormBindingImpl.getFormBean() |
Form |
SaveFormBindingImpl.getFormBean(BindContext ctx) |
<T> Form |
FormBindingImpl.initFormBean(Object bean,
Class<Object> class1,
BindContext bindContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
BinderImpl.addSaveFormFieldName(Form form,
Set<String> fieldNames) |
void |
BinderImpl.addSaveFormFieldName(Form form,
String fieldName) |
Set<String> |
BinderImpl.getSaveFormFieldNames(Form form) |
Set<String> |
BinderImpl.removeSaveFormFieldNames(Form self) |
void |
BinderImpl.storeForm(org.zkoss.zk.ui.Component comp,
String id,
Form form) |
| Modifier and Type | Method and Description |
|---|---|
Form |
BinderCtrl.getForm(org.zkoss.zk.ui.Component comp,
String id)
Get the form of the component
|
Form |
FormBinding.getFormBean()
Returns the implicit form associated with this form binding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BinderCtrl.addSaveFormFieldName(Form form,
Set<String> fieldNames)
Adds all field names for saving with the given Form.
|
void |
BinderCtrl.addSaveFormFieldName(Form form,
String fieldName)
Adds a field name for saving with the given Form.
|
Set<String> |
BinderCtrl.getSaveFormFieldNames(Form self)
Returns all field names for saving with the given Form.
|
Set<String> |
BinderCtrl.removeSaveFormFieldNames(Form self)
Remove all field names for saving with the given Form.
|
void |
BinderCtrl.storeForm(org.zkoss.zk.ui.Component comp,
String id,
Form form)
Store the form in the component with id
|
Copyright © 2020. All rights reserved.