Public Member Functions | |
__construct ($controllerId, $moduleId, $listView, Array $actionViewOptions, MashableInboxForm $mashableInboxForm, $modelClassName) | |
Static Public Member Functions | |
static | getDefaultMetadata () |
Protected Member Functions | |
renderContent () | |
renderMashableInboxFormLayout ($form) | |
renderStarredFilterHidenField ($model, $form) |
Definition at line 37 of file MashableInboxActionBarForViews.php.
static getDefaultMetadata | ( | ) | [static] |
Returns default metadata for use in automatically generating the view.
Reimplemented from MetadataView.
Definition at line 45 of file MashableInboxActionBarForViews.php.
renderContent | ( | ) | [protected] |
Renders the view content.
Reimplemented from View.
Definition at line 73 of file MashableInboxActionBarForViews.php.
renderStarredFilterHidenField | ( | $ | model, | |
$ | form | |||
) | [protected] |
Render a checkBox to filter models by starred only
ZurmoActiveForm | $form |
Definition at line 258 of file MashableInboxActionBarForViews.php.