nl.gx.webmanager.cms.form
Interface Step


public interface Step

A step is a concrete instance of a form object which can be placed on a page.

Author:
simon

Method Summary
 Form getForm()
          Return the form belonging to this step.
 FormElement getFormElement()
          Return the form element which this step is currently placed on.
 int getIdentifier()
          Return the ID number used to identify this step.
 

Method Detail

getForm

Form getForm()
Return the form belonging to this step. The form defines the step and acts as template. A step is a concrete and refined instance of the form.

Returns:
the form

getFormElement

FormElement getFormElement()
Return the form element which this step is currently placed on. This method can return null if the step has not been placed on a form element, or the page that the form element is on is not published.

Returns:
the form element which displays this step.

getIdentifier

int getIdentifier()
Return the ID number used to identify this step.

Returns:
integer ID.


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