nl.gx.webmanager.handler.forms
Interface State


public interface State

This interface represents the state of the client filling out a form. It exposes methods for retrieving the values and files submmitted by the client for the forms in the form flow. Further the handle exceptions and validator messages that have been thrown by components in the definition, can be accessed using an instance of the interface.


Method Summary
 SessionFormFlow getFormFlow()
          Returns the object representing the values and errors for the flow for the session of the client.
 HandleException[] getHandleExceptions()
          Returns the handle exception that have been thrown by the handlers processing the form until now.
 ValidatorMessage[] getValidatorMessage()
          Returns the messages that have been returned by the validators checking the form until now.
 

Method Detail

getFormFlow

SessionFormFlow getFormFlow()
Returns the object representing the values and errors for the flow for the session of the client.

Returns:
The object representing the values and errors for the flow.

getHandleExceptions

HandleException[] getHandleExceptions()
Returns the handle exception that have been thrown by the handlers processing the form until now.

Returns:
The array of thrown handleexceptions.

getValidatorMessage

ValidatorMessage[] getValidatorMessage()
Returns the messages that have been returned by the validators checking the form until now.

Returns:
The array of messages returned by validators.


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