| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Form in org.springframework.richclient.dialog | 
|---|
| Methods in org.springframework.richclient.dialog that return Form | |
|---|---|
|  Form | FormBackedDialogPage.getBackingFormPage()Get the Form backing this dialog page. | 
| Methods in org.springframework.richclient.dialog with parameters of type Form | |
|---|---|
|  DialogPage | TreeCompositeDialogPage.addForm(DialogPage parent,
               Form form)Adds a new page to the tree. | 
|  DialogPage | CompositeDialogPage.addForm(Form form)Adds a new page to the list of pages managed by this CompositeDialogPage. | 
| protected  DialogPage | CompositeDialogPage.createDialogPage(Form form) | 
| Constructors in org.springframework.richclient.dialog with parameters of type Form | |
|---|---|
| FormBackedDialogPage(Form backingFormPage)Creates a new FormBackedDialogPage | |
| FormBackedDialogPage(Form backingFormPage,
                                         boolean autoConfigure) | |
| FormBackedDialogPage(String parentPageId,
                                         Form backingFormPage)Creates a new FormPageBackedDialogPage. | |
| TitledPageApplicationDialog(Form form,
                                                       Window parent) | |
| Uses of Form in org.springframework.richclient.form | 
|---|
| Classes in org.springframework.richclient.form that implement Form | |
|---|---|
|  class | AbstractDetailFormThis is an abstract base implementation of the detail side of a Master/Detail form pair. | 
|  class | AbstractFocussableFormForm implementation for the Focussable interface. | 
|  class | AbstractFormBase implementation of a Form. | 
|  class | AbstractMasterFormAbstract base for the Master form of a Master/Detail pair. | 
|  class | AbstractTableMasterFormThis is an abstract implementation of AbstractMasterForm that uses a GlazedTableModel and JTable to represent the master information. | 
|  class | FilterForm | 
|  class | GeneratedFormConvenience class for producing a Spring Rich Formbased on a
 pre-generated form UI (typically, a form that has been created in a form
 designer such as Matisse or JFormDesigner). | 
|  class | TabbedForm | 
| Methods in org.springframework.richclient.form that return Form | |
|---|---|
| protected  Form | AbstractForm.getChildForm(String id)Return a child form of this form with the given form id. | 
| Methods in org.springframework.richclient.form with parameters of type Form | |
|---|---|
|  void | Form.addChildForm(Form form)Add the given Form as a child to this Form. | 
|  void | AbstractForm.addChildForm(Form childForm)Add a child (or sub) form to this form. | 
|  void | AbstractFormUIProvider.bind(BindingFactory factory,
         Form form) | 
|  void | FormUIProvider.bind(BindingFactory factory,
         Form form)Binds the fields and other components in this pre-generated form to a Spring formby using the specifiedBindingFactory. | 
|  void | Form.removeChildForm(Form form)Remove the given Form as child from this Form. | 
|  void | AbstractForm.removeChildForm(Form childForm) | 
| Uses of Form in org.springframework.richclient.preference | 
|---|
| Methods in org.springframework.richclient.preference that return Form | |
|---|---|
| protected abstract  Form | FormBackedPreferencePage.createForm() | 
|  Form | FormBackedPreferencePage.getForm() | 
| Uses of Form in org.springframework.richclient.samples.dataeditor.ui | 
|---|
| Classes in org.springframework.richclient.samples.dataeditor.ui that implement Form | |
|---|---|
|  class | ItemFilterForm | 
|  class | ItemForm | 
|  class | SupplierFilterForm | 
|  class | SupplierForm | 
| Uses of Form in org.springframework.richclient.samples.showcase.util | 
|---|
| Classes in org.springframework.richclient.samples.showcase.util that implement Form | |
|---|---|
|  class | AbstractReporterFormA Form with a JTextAreathat can be used to show some useful
 messages. | 
| Uses of Form in org.springframework.richclient.samples.showcase.validation | 
|---|
| Classes in org.springframework.richclient.samples.showcase.validation that implement Form | |
|---|---|
|  class | StringLenghtConstraintDialog.StringLengthConstraintForm | 
| Uses of Form in org.springframework.richclient.samples.simple.ui | 
|---|
| Classes in org.springframework.richclient.samples.simple.ui that implement Form | |
|---|---|
|  class | ContactFormForm to handle the properties of a Contact object. | 
|  class | TodoForm | 
| Uses of Form in org.springframework.richclient.security | 
|---|
| Classes in org.springframework.richclient.security that implement Form | |
|---|---|
|  class | LoginFormThis class provides a simple form for capturing a username and password from the user. | 
| Uses of Form in org.springframework.richclient.widget | 
|---|
| Classes in org.springframework.richclient.widget that implement Form | |
|---|---|
|  class | AbstractTitledWidgetForm | 
|  class | AbstractWidgetFormProvides an easy way to create widgets based on an AbstractForm. | 
| Uses of Form in org.springframework.richclient.wizard | 
|---|
| Methods in org.springframework.richclient.wizard that return Form | |
|---|---|
| protected  Form | FormBackedWizardPage.getBackingForm() | 
| Methods in org.springframework.richclient.wizard with parameters of type Form | |
|---|---|
|  WizardPage | AbstractWizard.addForm(Form formPage)Adds a new page to this wizard. | 
| Constructors in org.springframework.richclient.wizard with parameters of type Form | |
|---|---|
| FormBackedWizardPage(Form backingForm)Createa a new FormBackedWizardPage | |
| FormBackedWizardPage(Form backingForm,
                                         boolean autoConfigure) | |
| FormBackedWizardPage(String parentPageId,
                                         Form backingForm)Creates a new FormBackedWizardPage. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||