org.olat.core.gui.control.generic.wizard
Class StepsMainRunController

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 org.olat.core.gui.control.generic.wizard.StepsMainRunController
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable, GenericEventListener

public class StepsMainRunController
extends FormBasicController
implements GenericEventListener

Author:
patrickb

Field Summary
static Step DONE_MODIFIED
           
static Step DONE_UNCHANGED
           
 
Fields inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController
LAYOUT_CUSTOM, LAYOUT_DEFAULT, LAYOUT_HORIZONTAL, LAYOUT_VERTICAL
 
Constructor Summary
StepsMainRunController(UserRequest ureq, WindowControl control, Step startStep, StepRunnerCallback finish, StepRunnerCallback cancel, java.lang.String wizardTitle)
           
 
Method Summary
 void event(Event event)
           
 
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
 

Field Detail

DONE_UNCHANGED

public static final Step DONE_UNCHANGED

DONE_MODIFIED

public static final Step DONE_MODIFIED
Constructor Detail

StepsMainRunController

public StepsMainRunController(UserRequest ureq,
                              WindowControl control,
                              Step startStep,
                              StepRunnerCallback finish,
                              StepRunnerCallback cancel,
                              java.lang.String wizardTitle)
Parameters:
ureq -
control -
Method Detail

event

public void event(Event event)
Specified by:
event in interface GenericEventListener