Package | Description |
---|---|
org.zkoss.bind.impl |
Core Implementation for ZK Bind
|
org.zkoss.bind.sys |
System level classes for ZK Bind
|
Modifier and Type | Method and Description |
---|---|
Form |
BinderImpl.getForm(Component comp,
java.lang.String id) |
Form |
FormBindingImpl.getFormBean() |
Form |
SaveFormBindingImpl.getFormBean(BindContext ctx) |
<T> Form |
FormBindingImpl.initFormBean(java.lang.Object bean,
java.lang.Class<java.lang.Object> class1,
BindContext bindContext) |
Modifier and Type | Method and Description |
---|---|
void |
BinderImpl.addSaveFormFieldName(Form form,
java.util.Set<java.lang.String> fieldNames) |
void |
BinderImpl.addSaveFormFieldName(Form form,
java.lang.String fieldName) |
java.util.Set<java.lang.String> |
BinderImpl.getSaveFormFieldNames(Form form) |
java.util.Set<java.lang.String> |
BinderImpl.removeSaveFormFieldNames(Form self) |
void |
BinderImpl.storeForm(Component comp,
java.lang.String id,
Form form) |
Modifier and Type | Method and Description |
---|---|
Form |
BinderCtrl.getForm(Component comp,
java.lang.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,
java.util.Set<java.lang.String> fieldNames)
Adds all field names for saving with the given Form.
|
void |
BinderCtrl.addSaveFormFieldName(Form form,
java.lang.String fieldName)
Adds a field name for saving with the given Form.
|
java.util.Set<java.lang.String> |
BinderCtrl.getSaveFormFieldNames(Form self)
Returns all field names for saving with the given Form.
|
java.util.Set<java.lang.String> |
BinderCtrl.removeSaveFormFieldNames(Form self)
Remove all field names for saving with the given Form.
|
void |
BinderCtrl.storeForm(Component comp,
java.lang.String id,
Form form)
Store the form in the component with id
|
Copyright © 2005-2018 Potix Corporation. All Rights Reserved.