Inheritance diagram for FF_Action_Display_Borrower:

Public Member Functions | |
| fillModelWithData () | |
| renderDisplay () | |
| renderSearchBox ($in_focusSearch=true) | |
| renderAdditionalLinks () | |
| getTableData () | |
| getSingularText () | |
| getPluralText () | |
Definition at line 40 of file BorrowerDisplay.php.
|
|
Fills the model object with data for the field being edited. If an error occurs in getting the data we set the problem action id. public
Reimplemented from FF_Action_Display. Definition at line 50 of file BorrowerDisplay.php. References FF_Request::getParam(), and FF_Request::setParam(). |
|
|
Gets the text that describes a plural version of the items displayed. public
Reimplemented from FF_Action_Display. Definition at line 306 of file BorrowerDisplay.php. |
|
|
Gets the text that describes a singular version of the items displayed public
Reimplemented from FF_Action_Display. Definition at line 291 of file BorrowerDisplay.php. |
|
|
Gets the headers that we make a basic table out of. public
Definition at line 166 of file BorrowerDisplay.php. References $a_data, $o_fileCache, red(), FastFrame::selfURL(), FF_Request::setParam(), and FF_FileCache::singleton(). |
|
|
Renders additional links on the page public
Definition at line 123 of file BorrowerDisplay.php. References FF_Request::getParam(), FastFrame::selfURL(), and FF_Request::setParam(). Referenced by renderDisplay(). |
|
|
Renders the display over the table. public
Reimplemented from FF_Action_Display. Definition at line 80 of file BorrowerDisplay.php. References renderAdditionalLinks(). |
|
|
Renders the search box for this module.
Reimplemented from FF_Action_Display. Definition at line 103 of file BorrowerDisplay.php. References renderSearchBox(). |
1.4.4