QuickForm
provides a way to create forms using presenter by defining a list
of field names, values and buttons that will be used in the form.
Attributes | Name and Description |
---|---|
|
caplin.workbench.ui.QuickForm(String sTemplateId)
|
Attributes | Name and Description |
---|---|
|
caplin.presenter.PresentationModel
getPresentationModel()
Returns the presentation model used for the |
►
caplin.workbench.ui.QuickForm(String sTemplateId)
String | sTemplateId Optional | The id of the template to use. If this is not specified, a default HTML template will be used. |
►
caplin.presenter.PresentationModel
getPresentationModel()
Returns the presentation model used for the QuckForm
.
QuickForm