org.olat.core.commons.modules.glossary
Class GlossaryMainController
java.lang.Object
org.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.core.commons.modules.glossary.GlossaryMainController
- All Implemented Interfaces:
- Controller, ControllerEventListener, Disposable, Activateable
public class GlossaryMainController
- extends BasicController
- implements Activateable
Description:
Displays a List of all glossary-entries.
If the user is author or administrator, he will get Links to add, edit or delete Items.
The list is sortable by an alphabetical register.
- Author:
- Roman Haag, frentix GmbH, roman.haag@frentix.com
|
Method Summary |
void |
activate(UserRequest ureq,
java.lang.String viewIdentifier)
FIXME:pb:discussion FJ should we return boolean if activation was
successful? |
| 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 |
GlossaryMainController
public GlossaryMainController(WindowControl control,
UserRequest ureq,
VFSContainer glossaryFolder,
OLATResourceable res,
boolean allowGlossaryEditing)
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)