de.bps.course.nodes.cl
Class ChecklistEditController
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.cl.ChecklistEditController
- All Implemented Interfaces:
- Controller, ControllerEventListener, Disposable, Activateable, TabbableController
public class ChecklistEditController
- extends ActivateableTabbableDefaultController
- implements ControllerEventListener
Description:
Edit controller for checklist course node
Initial Date: 23.07.2009
- Author:
- bja
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PANE_TAB_CLCONFIG
public static final java.lang.String PANE_TAB_CLCONFIG
- See Also:
- Constant Field Values
ChecklistEditController
public ChecklistEditController(UserRequest ureq,
WindowControl wControl,
ChecklistCourseNode checklistCourseNode,
ICourse course,
UserCourseEnvironment euce)
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)
- Description copied from interface:
TabbableController
- Add tabs to the given tabbed pane
- Specified by:
addTabs in interface TabbableController
- Parameters:
tabbedPane - The tabbed pane- See Also:
TabbableController.addTabs(org.olat.core.gui.components.tabbedpane.TabbedPane)