|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.control.DefaultController
org.olat.repository.controllers.ChooseStepsController
public class ChooseStepsController
Choose steps to be taken after having created a course with an initial description. TODO move this class to another package
RepositoryMainController| Field Summary | |
|---|---|
static Event |
COURSE_EDIT
Step to start the raw course editor has been chosen. |
static Event |
DETAILS_VIEW
Step to open the details view has been chosen. |
static Event |
EVENT_CLOSEICON
Event fired when the close icon is pressed. |
static Event |
START_COURSE_WIZARD
Step to start the wizard has been chosen. |
static Event |
START_WIZARD_ESEM
Step to start the ESEM wizard. |
| Constructor Summary | |
|---|---|
ChooseStepsController(UserRequest ureq,
WindowControl control,
RepositoryEntry addedEntry)
|
|
ChooseStepsController(UserRequest ureq,
WindowControl control,
RepositoryEntry addedEntry,
java.lang.String modus)
|
|
| Method Summary | |
|---|---|
void |
event(UserRequest ureq,
Component source,
Event event)
abstract event method for subclasses. |
RepositoryEntry |
getCourseRepositoryEntry()
Get the currently active course entry. |
| Methods inherited from class org.olat.core.gui.control.DefaultController |
|---|
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static Event START_COURSE_WIZARD
public static final Event START_WIZARD_ESEM
public static Event DETAILS_VIEW
public static Event COURSE_EDIT
public static final Event EVENT_CLOSEICON
| Constructor Detail |
|---|
public ChooseStepsController(UserRequest ureq,
WindowControl control,
RepositoryEntry addedEntry,
java.lang.String modus)
public ChooseStepsController(UserRequest ureq,
WindowControl control,
RepositoryEntry addedEntry)
| Method Detail |
|---|
public void event(UserRequest ureq,
Component source,
Event event)
DefaultController
public final RepositoryEntry getCourseRepositoryEntry()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||