org.olat.group.ui.main
Class BGMainController
java.lang.Object
org.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.core.gui.control.controller.MainLayoutBasicController
org.olat.group.ui.main.BGMainController
- All Implemented Interfaces:
- CustomCSSProvider, Controller, ControllerEventListener, Disposable, Activateable, MainLayoutController
public class BGMainController
- extends MainLayoutBasicController
- implements Activateable
Description:
Controller to list all groups where the user is owner or participant. This
controller does also feature create and delete methods for groups of type
buddyGroup
Possible activation messages:
"cmd.menu.index" : show groups overview
"cmd.menu.buddy" : show all buddy groups
"cmd.menu.learn" : show all leanringgroups
"cmd.menu.right" : show all right groups
"addBuddyGroup" : start add group workflow
Initial Date: Aug 5, 2004
- Author:
- patrick
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BGMainController
public BGMainController(UserRequest ureq,
WindowControl wControl,
java.lang.String initialViewIdentifier)
- Parameters:
ureq - wControl - flags - configuration flagsinitialViewIdentifier -
event
public void event(UserRequest ureq,
Component source,
Event event)
- Description copied from class:
DefaultController
- abstract event method for subclasses. the event received from the component
we are listening to are always rerouted to this method here, except when
the component has been disposed, in which case the events are simply
ignored.
- See Also:
DefaultController.event(org.olat.core.gui.UserRequest,
org.olat.core.gui.components.Component, org.olat.core.gui.control.Event)
event
public void event(UserRequest ureq,
Controller source,
Event event)
- Description copied from class:
DefaultController
- the only method of the interface controllereventlistener. always gets
called when a controller we 'subscribed' to fires an event. we provide a
default implementation here since there are many controllers which are
standalone and need no subcontrollers
- See Also:
DefaultController.event(org.olat.core.gui.UserRequest,
org.olat.core.gui.control.Controller, org.olat.core.gui.control.Event)
activate
public void activate(UserRequest ureq,
java.lang.String viewIdentifier)
- Description copied from interface:
Activateable
- FIXME:pb:discussion FJ should we return boolean if activation was
successful?
- Specified by:
activate in interface Activateable
- See Also:
Activateable.activate(org.olat.core.gui.UserRequest,
java.lang.String)