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

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.StepFormBasicController
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable, StepFormController
Direct Known Subclasses:
ZsuzStep01Form, ZsuzStepUserDataForm

public abstract class StepFormBasicController
extends FormBasicController
implements StepFormController

Author:
patrickb

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
StepFormBasicController(UserRequest ureq, WindowControl wControl, Form rootForm, StepsRunContext runContext, int layout, java.lang.String customLayoutPageName)
           
 
Method Summary
 void event(UserRequest ureq, Component source, Event event)
          abstract event method for subclasses.
 FormItem getStepFormItem()
          the "sub"form container which is placed in the steps main run controller's place for this steps content.
 
Methods inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController
dispose
 
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
 
Methods inherited from interface org.olat.core.gui.control.Controller
addControllerListener, dispatchEvent, dispose, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed
 

Constructor Detail

StepFormBasicController

public StepFormBasicController(UserRequest ureq,
                               WindowControl wControl,
                               Form rootForm,
                               StepsRunContext runContext,
                               int layout,
                               java.lang.String customLayoutPageName)
Parameters:
ureq -
wControl -
rootForm -
runContext -
layout - The layout used as form layouter container. Use the public static variables of this class LAYOUT_DEFAULT, LAYOUT_HORIZONTAL and LAYOUT_VERTICAL
customLayoutPageName - The page name if layout is set to LAYOUT_CUSTOM
Method Detail

event

public void event(UserRequest ureq,
                  Component source,
                  Event event)
Description copied from class: DefaultController
abstract event method for subclasses. the event received from the component we are listening to are always rerouted to this method here, except when the component has been disposed, in which case the events are simply ignored.

Overrides:
event in class FormBasicController
See Also:
DefaultController.event(org.olat.core.gui.UserRequest, org.olat.core.gui.components.Component, org.olat.core.gui.control.Event)

getStepFormItem

public FormItem getStepFormItem()
Description copied from interface: StepFormController
the "sub"form container which is placed in the steps main run controller's place for this steps content. It must be initialized with the surround Form of he StepsMainRunController.

Specified by:
getStepFormItem in interface StepFormController
Returns: