org.olat.bookmark
Class ManageBookmarkController
java.lang.Object
org.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.bookmark.ManageBookmarkController
- All Implemented Interfaces:
- Controller, ControllerEventListener, Disposable
public class ManageBookmarkController
- extends BasicController
Description:
- Author:
- Sabina Jeger
|
Field Summary |
static java.lang.String |
SEARCH_TYPE_ALL
constructor constant to search for all repository entry types * |
| 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 |
SEARCH_TYPE_ALL
public static final java.lang.String SEARCH_TYPE_ALL
- constructor constant to search for all repository entry types *
- See Also:
- Constant Field Values
ManageBookmarkController
public ManageBookmarkController(UserRequest ureq,
WindowControl wControl,
boolean allowEdit,
java.lang.String type)
- Constructor for bookmark list and manage controller. The controller can be
configured using the allowEdit flag in the constructor and restrict the
search to specific repository entry types using the type attribute.
- Parameters:
ureq - The user requestwControl - The window controllerallowEdit - true: table allows edit and delete of bookmarks, false:
only launch possibletype - Type of repository entries to be displayed or SEARCH_TYPE_ALL
to display all bookmarks
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)