Class
caplin.workbench.ui

QuickForm

A 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.

Constructor Summary

Attributes Name and Description
caplin.workbench.ui.QuickForm(String sTemplateId)

Method Summary

Attributes Name and Description
caplin.presenter.PresentationModel getPresentationModel()

Returns the presentation model used for the QuckForm.

Methods implemented from class caplin.workbench.ui.WorkbenchComponent:
getElement

Constructor Detail

caplin.workbench.ui.QuickForm(String sTemplateId)

Parameters
String sTemplateId Optional The id of the template to use. If this is not specified, a default HTML template will be used.

Method Detail

caplin.presenter.PresentationModel getPresentationModel()

Returns the presentation model used for the QuckForm.

Returns
The presentation model for the QuickForm