|
||||||||||
| 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.core.gui.control.controller.BasicController
org.olat.core.gui.components.form.flexible.impl.FormBasicController
org.olat.course.editor.NodeConfigFormController
public class NodeConfigFormController
Provides a FlexiForm that lets the user configure details for a course node.
| Field Summary | |
|---|---|
static int |
SHORT_TITLE_MAX_LENGTH
Maximum length of a course's short title. |
| Fields inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController |
|---|
LAYOUT_CUSTOM, LAYOUT_DEFAULT, LAYOUT_HORIZONTAL, LAYOUT_VERTICAL |
| Constructor Summary | |
|---|---|
NodeConfigFormController(UserRequest ureq,
WindowControl wControl,
CourseNode courseNode,
boolean withCancel)
Initializes this controller. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayOption()
Return the selected option |
java.lang.String |
getDisplayTitle()
Gets the title. |
java.lang.String |
getLearningObjectives()
Gets the description of this course's objectives. |
java.lang.String |
getMenuTitle()
Get the short title. |
| 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 |
|---|
public static final int SHORT_TITLE_MAX_LENGTH
| Constructor Detail |
|---|
public NodeConfigFormController(UserRequest ureq,
WindowControl wControl,
CourseNode courseNode,
boolean withCancel)
ureq - The user request.wControl - The window control.courseNode - The course node this controller will access.withCancel - Decides whether to show a cancel button.| Method Detail |
|---|
public java.lang.String getMenuTitle()
public java.lang.String getDisplayTitle()
public java.lang.String getLearningObjectives()
public java.lang.String getDisplayOption()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||