org.olat.core.gui.control.generic.wizard
Class StepFormBasicController
java.lang.Object
org.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.core.gui.components.form.flexible.impl.FormBasicController
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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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_VERTICALcustomLayoutPageName - The page name if layout is set to LAYOUT_CUSTOM
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: