de.bps.course.nodes.cl
Class ChecklistEditController

java.lang.Object
  extended by org.olat.core.gui.control.DefaultController
      extended by org.olat.core.gui.control.controller.BasicController
          extended by org.olat.core.gui.control.generic.tabbable.TabbableDefaultController
              extended by org.olat.core.gui.control.generic.tabbable.ActivateableTabbableDefaultController
                  extended by 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

Field Summary
static java.lang.String PANE_TAB_CLCONFIG
           
 
Constructor Summary
ChecklistEditController(UserRequest ureq, WindowControl wControl, ChecklistCourseNode checklistCourseNode, ICourse course, UserCourseEnvironment euce)
           
 
Method Summary
 void addTabs(TabbedPane tabbedPane)
          Add tabs to the given tabbed pane
 java.lang.String[] getPaneKeys()
          
 TabbedPane getTabbedPane()
          
 
Methods inherited from class org.olat.core.gui.control.generic.tabbable.ActivateableTabbableDefaultController
activate
 
Methods inherited from class org.olat.core.gui.control.generic.tabbable.TabbableDefaultController
getInitialComponent
 
Methods inherited from class org.olat.core.gui.control.DefaultController
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, 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.ControllerEventListener
dispatchEvent
 
Methods inherited from interface org.olat.core.gui.control.Controller
addControllerListener, dispatchEvent, dispose, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed
 

Field Detail

PANE_TAB_CLCONFIG

public static final java.lang.String PANE_TAB_CLCONFIG
See Also:
Constant Field Values
Constructor Detail

ChecklistEditController

public ChecklistEditController(UserRequest ureq,
                               WindowControl wControl,
                               ChecklistCourseNode checklistCourseNode,
                               ICourse course,
                               UserCourseEnvironment euce)
Method Detail

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)