nl.gx.webmanager.cms.form
Interface FlowForm


public interface FlowForm

A flow form is a concrete 'instance' of a FlowFormModel which can be placed on pages in the website.

Author:
simon

Method Summary
 FlowFormModel getFlowFormModel()
          Return the flow form model that this flow form is based on.
 Step[] getSteps()
          Return the array of steps.
 java.lang.String getTitle()
          Return the title of this FlowForm.
 

Method Detail

getFlowFormModel

FlowFormModel getFlowFormModel()
Return the flow form model that this flow form is based on.

Returns:
the flow form model object.

getTitle

java.lang.String getTitle()
Return the title of this FlowForm.

Returns:
the title

getSteps

Step[] getSteps()
Return the array of steps.

Returns:
array of steps.


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