org.olat.core.gui.control.generic.portal
Class AbstractPortletRunController

java.lang.Object
  extended by org.olat.core.gui.control.DefaultController
      extended by org.olat.core.gui.control.controller.BasicController
          extended by org.olat.core.gui.control.generic.portal.AbstractPortletRunController
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable
Direct Known Subclasses:
BookmarksPortletRunController, EfficiencyStatementsPortletRunController, GroupsPortletRunController, NotesPortletRunController, NotificationsPortletRunController, RepositoryPortletRunController

public abstract class AbstractPortletRunController
extends BasicController

Provides sorting functionality to the XXXPortletRunController.

Author:
Lavinia Dumitrescu

Constructor Summary
AbstractPortletRunController(WindowControl wControl, UserRequest ureq, Translator trans, java.lang.String portletName)
           
 
Method Summary
 void event(UserRequest ureq, Controller source, Event event)
          Handles portletToolsController events.
 
Methods inherited from class org.olat.core.gui.control.DefaultController
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractPortletRunController

public AbstractPortletRunController(WindowControl wControl,
                                    UserRequest ureq,
                                    Translator trans,
                                    java.lang.String portletName)
Method Detail

event

public void event(UserRequest ureq,
                  Controller source,
                  Event event)
Handles portletToolsController events.