de.bps.course.nodes.ll
Class LLEditController
java.lang.Object
org.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.core.gui.control.generic.tabbable.TabbableDefaultController
org.olat.core.gui.control.generic.tabbable.ActivateableTabbableDefaultController
de.bps.course.nodes.ll.LLEditController
- All Implemented Interfaces:
- Controller, ControllerEventListener, Disposable, Activateable, TabbableController
public class LLEditController
- extends ActivateableTabbableDefaultController
- implements ControllerEventListener
Description:
Edit controller for link list course nodes.
Initial Date: 05.11.2008
- Author:
- Marcel Karras (toka@freebits.de)
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PANE_TAB_LLCONFIG
public static final java.lang.String PANE_TAB_LLCONFIG
- See Also:
- Constant Field Values
LLEditController
public LLEditController(ModuleConfiguration moduleConfiguration,
UserRequest ureq,
WindowControl wControl,
LLCourseNode courseNode,
ICourse course,
UserCourseEnvironment userCourseEnv)
getPaneKeys
public java.lang.String[] getPaneKeys()
-
- Specified by:
getPaneKeys in class ActivateableTabbableDefaultController
- Returns:
- translation keys for the panes
getTabbedPane
public TabbedPane getTabbedPane()
-
- Specified by:
getTabbedPane in class ActivateableTabbableDefaultController
- Returns:
- tabbed pane
addTabs
public void addTabs(TabbedPane tabbedPane)
- Add tabs to the given tabbed pane
- Specified by:
addTabs in interface TabbableController
- Parameters:
tabbedPane - The tabbed pane
isConfigValid
public static boolean isConfigValid(ModuleConfiguration moduleConfig)
-