Public Member Functions | |
__construct ($controllerId, $moduleId, $currencies, $messageBoxContent=null) | |
getTitle () | |
isUniqueToAPage () | |
Static Public Member Functions | |
static | getDefaultMetadata () |
Protected Member Functions | |
renderContent () | |
renderFormLayout (ZurmoActiveForm $form) | |
Static Protected Member Functions | |
static | renderActiveCheckBoxContent (ZurmoActiveForm $form, Currency $currency) |
static | renderLastUpdatedHeaderContent () |
static | renderActiveHeaderContent () |
Protected Attributes | |
$controllerId | |
$moduleId | |
$currencies |
A view that displays a list of currency models in the application.
Definition at line 41 of file CurrenciesCollectionView.php.
__construct | ( | $ | controllerId, | |
$ | moduleId, | |||
$ | currencies, | |||
$ | messageBoxContent = null | |||
) |
string | $controllerId | |
string | $moduleId | |
array | $currencies | |
null|string | $messageBoxContent |
Definition at line 55 of file CurrenciesCollectionView.php.
renderContent | ( | ) | [protected] |
Renders the view content.
Reimplemented from View.
Definition at line 67 of file CurrenciesCollectionView.php.
renderFormLayout | ( | ZurmoActiveForm $ | form | ) | [protected] |
Render a form layout.
$form | If the layout is editable, then pass a $form otherwise it can be null. |
Definition at line 108 of file CurrenciesCollectionView.php.
static getDefaultMetadata | ( | ) | [static] |
Returns default metadata for use in automatically generating the view.
Reimplemented from MetadataView.
Definition at line 146 of file CurrenciesCollectionView.php.
isUniqueToAPage | ( | ) |
Tells View that it can render the extending class' divs with and id matching their name. Must be overridden to return false in extending classes that can be rendered multiple times within a page to avoid generating a page with non-unique ids which will fail XHtml validation. For those it will render a class attribute with their name.
Reimplemented from View.
Definition at line 162 of file CurrenciesCollectionView.php.