|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.catalog.ui.CatalogController
public class CatalogController
Description:The CatalogController is responsible for:
| Constructor Summary | |
|---|---|
CatalogController(UserRequest ureq,
WindowControl wControl,
java.lang.String jumpToNode)
Init with catalog root |
|
| Method Summary | |
|---|---|
void |
activate(UserRequest ureq,
java.lang.String viewIdentifier)
FIXME:pb:discussion FJ should we return boolean if activation was successful? |
ToolController |
createCatalogToolController()
before calling this method make sure the person has the right to add categories. |
void |
event(UserRequest ureq,
Component source,
Event event)
abstract event method for subclasses. |
void |
event(UserRequest ureq,
Controller source,
Event event)
the only method of the interface controllereventlistener. |
| 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 |
| Methods inherited from interface org.olat.core.gui.control.Controller |
|---|
addControllerListener, dispatchEvent, dispose, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed |
| Constructor Detail |
|---|
public CatalogController(UserRequest ureq,
WindowControl wControl,
java.lang.String jumpToNode)
ureq - wControl - rootce - | Method Detail |
|---|
public void event(UserRequest ureq,
Component source,
Event event)
DefaultController
DefaultController.event(org.olat.core.gui.UserRequest,
org.olat.core.gui.components.Component, org.olat.core.gui.control.Event)
public void event(UserRequest ureq,
Controller source,
Event event)
DefaultController
DefaultController.event(org.olat.core.gui.UserRequest,
org.olat.core.gui.control.Controller, org.olat.core.gui.control.Event)public ToolController createCatalogToolController()
public void activate(UserRequest ureq,
java.lang.String viewIdentifier)
Activateable
activate in interface ActivateableActivateable.activate(org.olat.core.gui.UserRequest, java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||