Public Member Functions | |
getGridViewId () | |
Static Public Member Functions | |
static | getDefaultMetadata () |
static | getDesignerRulesType () |
Protected Member Functions | |
renderContent () | |
getCGridViewPagerParams () | |
getListActionId () | |
isHeaderHidden () | |
getCGridViewParams () | |
getEmptyText () | |
Static Protected Member Functions | |
static | getPagerCssClass () |
static | getSummaryText () |
Definition at line 37 of file ActiveProjectsListView.php.
renderContent | ( | ) | [protected] |
Renders content for a list view. Utilizes a CActiveDataprovider and a CGridView widget. and form layout.
Reimplemented from ListView.
Definition at line 45 of file ActiveProjectsListView.php.
static getDefaultMetadata | ( | ) | [static] |
Reimplemented from ListView.
Definition at line 54 of file ActiveProjectsListView.php.
getCGridViewPagerParams | ( | ) | [protected] |
Reimplemented from ListView.
Definition at line 82 of file ActiveProjectsListView.php.
static getPagerCssClass | ( | ) | [static, protected] |
Reimplemented from ListView.
Definition at line 98 of file ActiveProjectsListView.php.
static getSummaryText | ( | ) | [static, protected] |
Reimplemented from ListView.
Definition at line 106 of file ActiveProjectsListView.php.
getListActionId | ( | ) | [protected] |
Reimplemented from ListView.
Definition at line 114 of file ActiveProjectsListView.php.
isHeaderHidden | ( | ) | [protected] |
Checks if header cells have to be hidden
Reimplemented from ListView.
Definition at line 123 of file ActiveProjectsListView.php.
getGridViewId | ( | ) |
Reimplemented from ListView.
Definition at line 131 of file ActiveProjectsListView.php.
getCGridViewParams | ( | ) | [protected] |
Get grid params
Reimplemented from ListView.
Definition at line 140 of file ActiveProjectsListView.php.
getEmptyText | ( | ) | [protected] |
Get text in case there are no projects
Reimplemented from ListView.
Definition at line 152 of file ActiveProjectsListView.php.
static getDesignerRulesType | ( | ) | [static] |
Override in each sub-class if you have applicable designer rules for handling the modification of metadata layouts
Reimplemented from ListView.
Definition at line 160 of file ActiveProjectsListView.php.