Inheritance diagram for FF_Action_Form_BorrowerDownload:

Public Member Functions | |
| renderAdditionalLinks () | |
| createFormElements () | |
| getSingularText () | |
| getPluralText () | |
| setSubmitActionId () | |
| getTableData () | |
| getTableHeaderText () | |
| getFormConstants () | |
| checkPerms () | |
Definition at line 41 of file BorrowerDownloadForm.php.
|
|
Check the permissions on this action. public
Reimplemented from FF_Action_Form. Definition at line 196 of file BorrowerDownloadForm.php. |
|
|
Creates the form elements needed for the form and any rules that apply to those elements. public
Reimplemented from FF_Action_Form. Definition at line 67 of file BorrowerDownloadForm.php. |
|
|
Gets the form constants public
Reimplemented from FF_Action_Form. Definition at line 182 of file BorrowerDownloadForm.php. References getFormConstants(). |
|
|
Gets the text that describes a plural version of the items displayed. public
Reimplemented from FF_Action_Form. Definition at line 110 of file BorrowerDownloadForm.php. |
|
|
Gets the text that describes a singular version of the loans displayed public
Reimplemented from FF_Action_Form. Definition at line 95 of file BorrowerDownloadForm.php. |
|
|
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
Reimplemented from FF_Action_Form. Definition at line 140 of file BorrowerDownloadForm.php. |
|
|
Gets the description of this form to be placed in the table header public
Reimplemented from FF_Action_Form. Definition at line 168 of file BorrowerDownloadForm.php. |
|
|
Renders additional links on the page public
Reimplemented from FF_Action_Form. Definition at line 50 of file BorrowerDownloadForm.php. References FastFrame::selfURL(). |
|
|
Sets the actionId that should be used when the form is submitted. public
Reimplemented from FF_Action_Form. Definition at line 124 of file BorrowerDownloadForm.php. |
1.4.4