|
| __construct ($controllerId, $moduleId, $uniqueLayoutId, $model, $params) |
|
| __construct ($controllerId, $moduleId, $modelId, $params) |
|
| resolveEvaluateSubString (&$element, $key) |
|
| isUniqueToAPage () |
|
| render () |
|
| setCssClasses (array $classes) |
|
| getCssClasses () |
|
| getTitle () |
|
| getPostTruncatedTitleContent () |
|
|
| getPortlets ($uniqueLayoutId, $metadata) |
|
| renderContent () |
|
| renderActionElementBar ($renderedInForm) |
|
| renderChangeDashboardMenuActionContent () |
|
| renderContent () |
|
| getPortlets ($uniqueLayoutId, $metadata) |
|
| renderPortlets ($uniqueLayoutId, $portletsAreCollapsible=true, $portletsAreMovable=true, $portletsAreRemovable=true) |
|
| resolveUniqueClass (Portlet $portlet) |
|
| getLayoutType () |
|
| arePortletsRemovable () |
|
| resolveAndWrapDockableViewToolbarContent ($content) |
|
| renderViewToolBar ($renderInForm=true) |
|
| renderActionElementBar ($renderedInForm) |
|
| renderSecondActionElementBar ($renderedInForm) |
|
| renderElementBar ($renderedInForm, $barType) |
|
| resolveMassActionLinkActionElementDuringRender ($elementClassName, &$element, &$dropDownItems, &$dropDownItemHtmlOptions) |
|
| resolveActionElementInformationDuringRender (&$elementInformation) |
|
| shouldRenderToolBarElement ($element, $elementInformation) |
|
| renderWrapperAndActionElementMenu ($title=null, $toolbar= 'toolbar') |
|
| renderActionElementMenu ($title=null, $toolbar= 'toolbar') |
|
| resolveDefaultClasses () |
|
| renderContainerWrapperId () |
|
| getContainerWrapperTag () |
|
| getId () |
|
| renderContent () |
|
| getViewStyle () |
|
| renderTitleContent () |
|
| resolveCustomViewTemplateFileName ($theme, $view) |
|
|
| $model |
|
| $isDefaultDashboard |
|
| $portlets |
|
| $uniqueLayoutId |
|
| $params |
|
| $layoutType |
|
| $editableDesignerMetadata = false |
|
| $disableFloatOnToolbar = false |
|
| $modelId |
|
| $cssClasses = array() |
|
| $title |
|
| $makeDefaultClassesFromClassHeirarchy = true |
|
The base View for a dashboard view
Definition at line 40 of file DashboardView.php.
getPortlets |
( |
|
$uniqueLayoutId, |
|
|
|
$metadata |
|
) |
| |
|
protected |
Override to allow for making a default set of portlets via metadata optional.
- Parameters
-
string | $uniqueLayoutId | |
array | $metadata | |
- Returns
- array
Definition at line 65 of file DashboardView.php.
renderActionElementBar |
( |
|
$renderedInForm | ) |
|
|
protected |
Render a toolbar above the form layout. This includes a link to edit the dashboard as well as a link to add portlets to the dashboard
- Returns
- A string containing the element's content.
Definition at line 98 of file DashboardView.php.
The documentation for this class was generated from the following file: