|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Form | |
|---|---|
| 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 |
| Uses of Form in org.zkoss.bind |
|---|
| Classes in org.zkoss.bind that implement Form | |
|---|---|
class |
SimpleForm
A simple implementation of Form |
| Uses of Form in org.zkoss.bind.impl |
|---|
| Classes in org.zkoss.bind.impl that implement Form | |
|---|---|
class |
FormImpl
Implementation of the Form. |
| Methods in org.zkoss.bind.impl that return Form | |
|---|---|
Form |
BinderImpl.getForm(Component comp,
java.lang.String id)
|
Form |
FormBindingImpl.getFormBean()
|
| Methods in org.zkoss.bind.impl with parameters of type Form | |
|---|---|
void |
BinderImpl.storeForm(Component comp,
java.lang.String id,
Form form)
|
| Uses of Form in org.zkoss.bind.sys |
|---|
| Methods in org.zkoss.bind.sys that return Form | |
|---|---|
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. |
| Methods in org.zkoss.bind.sys with parameters of type Form | |
|---|---|
void |
BinderCtrl.storeForm(Component comp,
java.lang.String id,
Form form)
Store the form in the component with id |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||