FF_Action_BatchEdit_Assignment Class Reference

Inheritance diagram for FF_Action_BatchEdit_Assignment:

FF_Action_Form FF_Action List of all members.

Public Member Functions

 renderAdditionalLinks ()
 createFormElements ()
 fillModelWithData ()
 setSubmitActionId ()
 getSingularText ()
 getPluralText ()
 getTableData ()
 checkPerms ()

Public Attributes

 $editActionId = ACTION_BATCH_EDIT

Detailed Description

Definition at line 41 of file AssignmentBatchEdit.php.


Member Function Documentation

FF_Action_BatchEdit_Assignment::checkPerms  ) 
 

Check the permissions on this action.

public

Returns:
bool True if everything is ok, false if a new action has been set

Reimplemented from FF_Action_Form.

Definition at line 208 of file AssignmentBatchEdit.php.

FF_Action_BatchEdit_Assignment::createFormElements  ) 
 

Creates the form elements needed for the form and any rules that apply to those elements.

public

Returns:
void

Reimplemented from FF_Action_Form.

Definition at line 76 of file AssignmentBatchEdit.php.

References FF_Request::getParam().

FF_Action_BatchEdit_Assignment::fillModelWithData  ) 
 

Fills the model object with data for the field being edited. If an error occurs in getting the data we bounce to the problem action id.

public

Returns:
bool True if the model loaded successfully, false otherwsie

Reimplemented from FF_Action_Form.

Definition at line 104 of file AssignmentBatchEdit.php.

FF_Action_BatchEdit_Assignment::getPluralText  ) 
 

Gets the text that describes a plural version of the items displayed.

public

Returns:
string The plural text

Reimplemented from FF_Action_Form.

Definition at line 147 of file AssignmentBatchEdit.php.

FF_Action_BatchEdit_Assignment::getSingularText  ) 
 

Gets the text that describes a singular version of the items displayed

public

Returns:
string The singular text

Reimplemented from FF_Action_Form.

Definition at line 132 of file AssignmentBatchEdit.php.

FF_Action_BatchEdit_Assignment::getTableData  ) 
 

Gets the headers that we make a basic table out of. Has the form of 'data' => the cell data, 'title' => the cell description, 'titleStyles'/'dataStyles' => any attributes to apply to the title and data cells respectively.

public

Returns:
array

Reimplemented from FF_Action_Form.

Definition at line 163 of file AssignmentBatchEdit.php.

References FF_Request::getParam().

FF_Action_BatchEdit_Assignment::renderAdditionalLinks  ) 
 

Renders additional links on the page

public

Returns:
void

Reimplemented from FF_Action_Form.

Definition at line 59 of file AssignmentBatchEdit.php.

References FastFrame::selfURL().

FF_Action_BatchEdit_Assignment::setSubmitActionId  ) 
 

Sets the actionId that should be used when the form is submitted.

public

Returns:
void

Reimplemented from FF_Action_Form.

Definition at line 118 of file AssignmentBatchEdit.php.


Member Data Documentation

FF_Action_BatchEdit_Assignment::$editActionId = ACTION_BATCH_EDIT
 

Reimplemented from FF_Action_Form.

Definition at line 48 of file AssignmentBatchEdit.php.


The documentation for this class was generated from the following file:
Generated on Fri Jun 23 11:38:20 2006 for FastFrame by  doxygen 1.4.4