de.bps.olat.modules.cl
Class ChecklistEditCheckpointsController

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.components.form.flexible.impl.FormBasicController
              extended by de.bps.olat.modules.cl.ChecklistEditCheckpointsController
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable

public class ChecklistEditCheckpointsController
extends FormBasicController

Description:
Controller for editing a checklist.

Initial Date: 22.07.2009

Author:
bja

Field Summary
 
Fields inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController
LAYOUT_CUSTOM, LAYOUT_DEFAULT, LAYOUT_HORIZONTAL, LAYOUT_VERTICAL
 
Constructor Summary
ChecklistEditCheckpointsController(UserRequest ureq, WindowControl wControl, Checklist checklist, java.lang.String submitKey)
           
 
Method Summary
 void doDispose()
          to be implemented by the concrete controllers to dispose resources, locks, subcontrollers, and so on
 
Methods inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController
dispose, event
 
Methods inherited from class org.olat.core.gui.control.DefaultController
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChecklistEditCheckpointsController

public ChecklistEditCheckpointsController(UserRequest ureq,
                                          WindowControl wControl,
                                          Checklist checklist,
                                          java.lang.String submitKey)
Method Detail

doDispose

public void doDispose()
Description copied from class: DefaultController
to be implemented by the concrete controllers to dispose resources, locks, subcontrollers, and so on

See Also:
DefaultController.doDispose()