Public Member Functions | Protected Attributes

EasyFormWizard Class Reference

Inheritance diagram for EasyFormWizard:
Inheritance graph
[legend]
Collaboration diagram for EasyFormWizard:
Collaboration graph
[legend]

Public Member Functions

 getSessionVars ($sessionContext)
 setSessionVars ($sessionContext)
 goNext ($commit=false)
 skip ()
 goBack ()
 doFinish ()
 doCancel ()
 commit ()
 dropSession ()
 cancel ()
 render ()
 outputAttrs ()

Protected Attributes

 $m_DropSession = false

Detailed Description

Definition at line 25 of file EasyFormWizard.php.


Member Function Documentation

cancel (  )

Clean up the sessions of view and all forms

Returns:
void

Reimplemented from EasyForm.

Definition at line 242 of file EasyFormWizard.php.

commit (  )

Save wizard data of current+previous pages into database or other storage

Returns:
void

Definition at line 203 of file EasyFormWizard.php.

Here is the call graph for this function:

doCancel (  )

Cancel the wizard process

Returns:
void remote

Definition at line 188 of file EasyFormWizard.php.

Here is the call graph for this function:

doFinish (  )

Finish the wizard process

Returns:
void remote

Definition at line 152 of file EasyFormWizard.php.

Here is the call graph for this function:

getSessionVars ( sessionContext )

Get/Retrieve Session data of this object

Parameters:
SessionContext$sessionContext
Returns:
void

Reimplemented from EasyForm.

Definition at line 35 of file EasyFormWizard.php.

Here is the call graph for this function:

goBack (  )

Go to previous wizard page

Returns:
void remote

Definition at line 125 of file EasyFormWizard.php.

Here is the call graph for this function:

goNext ( commit = false )

Go to next wizard page

Parameters:
boolean$committrue if need to commit current form data
Returns:
void remote

Definition at line 65 of file EasyFormWizard.php.

Here is the call graph for this function:

outputAttrs (  )

Get output attributs as array

Returns:
array array of attributs
Todo:
rename to getOutputAttribute or getAttribute (2.5?)

Reimplemented from EasyForm.

Definition at line 260 of file EasyFormWizard.php.

Here is the call graph for this function:

render (  )

Render this form

Returns:
string - HTML text of this form's read mode

Reimplemented from EasyForm.

Definition at line 253 of file EasyFormWizard.php.

Here is the call graph for this function:

setSessionVars ( sessionContext )

Save object variable to session context

Parameters:
SessionContext$sessionContext
Returns:
void

Reimplemented from EasyForm.

Definition at line 48 of file EasyFormWizard.php.

skip (  )

Skip current wizard page

Returns:
void remote

Definition at line 104 of file EasyFormWizard.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file: