|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
SessionFormFlow getFormFlow()
HandleException[] getHandleExceptions()
ValidatorMessage[] getValidatorMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||