/**
  * Action to toggle the window state of a widget
  * @param string $widgetId Id of the widget in the dashboard
  * @return null
  */
 public function minimizeMaximizeAction($widgetId)
 {
     $this->dashboard->toggleWidgetWindowState($widgetId);
 }