de.bps.course.nodes.ll
Class LLEditController

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.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)

Field Summary
static java.lang.String PANE_TAB_LLCONFIG
           
 
Constructor Summary
LLEditController(ModuleConfiguration moduleConfiguration, UserRequest ureq, WindowControl wControl, LLCourseNode courseNode, ICourse course, UserCourseEnvironment userCourseEnv)
           
 
Method Summary
 void addTabs(TabbedPane tabbedPane)
          Add tabs to the given tabbed pane
 java.lang.String[] getPaneKeys()
          
 TabbedPane getTabbedPane()
          
static boolean isConfigValid(ModuleConfiguration moduleConfig)
          
 
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_LLCONFIG

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

LLEditController

public LLEditController(ModuleConfiguration moduleConfiguration,
                        UserRequest ureq,
                        WindowControl wControl,
                        LLCourseNode courseNode,
                        ICourse course,
                        UserCourseEnvironment userCourseEnv)
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)
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)