Inheritance diagram for FF_Action_Form_DemoAddToBorrower:

Public Member Functions | |
| renderAdditionalLinks () | |
| createFormElements () | |
| fillModelWithData () | |
| setSubmitActionId () | |
| getSingularText () | |
| getPluralText () | |
| getTableData () | |
| getTableHeaderText () | |
| getFormDefaults () | |
| isUpdate () | |
| checkPerms () | |
Definition at line 42 of file DemoAddToBorrower.php.
|
|
Check the permissions on this action. public
Reimplemented from FF_Action_Form. Definition at line 226 of file DemoAddToBorrower.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 68 of file DemoAddToBorrower.php. |
|
|
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
Reimplemented from FF_Action_Form. Definition at line 88 of file DemoAddToBorrower.php. References FF_Request::getParam(). |
|
|
Converts the model to the appropriate form fields. Returns an array of 'field' => 'value' public
Reimplemented from FF_Action_Form. Definition at line 194 of file DemoAddToBorrower.php. |
|
|
Gets the text that describes a plural version of the items displayed. public
Reimplemented from FF_Action_Form. Definition at line 139 of file DemoAddToBorrower.php. |
|
|
Gets the text that describes a singular version of the loans displayed public
Reimplemented from FF_Action_Form. Definition at line 124 of file DemoAddToBorrower.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 155 of file DemoAddToBorrower.php. |
|
|
Gets the description of this form to be placed in the table header public
Reimplemented from FF_Action_Form. Definition at line 179 of file DemoAddToBorrower.php. |
|
|
Is this an update (return true) or add (return false)? public
Reimplemented from FF_Action_Form. Definition at line 212 of file DemoAddToBorrower.php. |
|
|
Renders additional links on the page public
Reimplemented from FF_Action_Form. Definition at line 51 of file DemoAddToBorrower.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 110 of file DemoAddToBorrower.php. |
1.4.4