nl.gx.webmanager.cms.form
Interface FlowFormModel


public interface FlowFormModel

A flow form model acts as a template and describes a complete form which may consist of multiple steps spread on different pages. It can be instantiated as a FlowForm, customised and placed on the website. Note that in the WM user interface this is referred to a "form model" which is consists of "steps". For historical reasons, this API uses the term Form to refer to a step in the user interface, and flow form model to refer to a form model.

Author:
simon

Method Summary
 Form[] getForms()
          Return all of the forms/steps.
 java.lang.String getTitle()
          Return the title.
 

Method Detail

getForms

Form[] getForms()
Return all of the forms/steps.

Returns:
the array of forms.

getTitle

java.lang.String getTitle()
Return the title.

Returns:
the title


Copyright © 2007-2011 GX Software BV. All Rights Reserved.