|
||||||||||
| 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.control.generic.tabbable.TabbableDefaultController
org.olat.core.gui.control.generic.tabbable.ActivateableTabbableDefaultController
org.olat.course.editor.NodeEditController
public class NodeEditController
Description:
is the controller for
| Field Summary | |
|---|---|
static java.lang.String |
CONFIG_COMPONENT_MENU
Configuration key: integrate component menu into course menu. |
static java.lang.String |
CONFIG_INTEGRATION
Configuration key: how to integrate the course node content into the course |
static java.lang.String |
CONFIG_STARTPAGE
Configuration key: use spash-scree start page when accessing a course node. |
static Event |
NODECONFIG_CHANGED_EVENT
Event that signals that the node configuration has been changed * |
| Constructor Summary | |
|---|---|
NodeEditController(UserRequest ureq,
WindowControl wControl,
CourseEditorTreeModel editorModel,
ICourse course,
CourseNode luNode,
CourseGroupManager groupMgr,
UserCourseEnvironment euce,
TabbableController childTabsController)
|
|
| Method Summary | |
|---|---|
void |
addTabs(TabbedPane tabbedPane)
Add tabs to the given tabbed pane |
void |
event(UserRequest ureq,
Component source,
Event event)
abstract event method for subclasses. |
void |
event(UserRequest urequest,
Controller source,
Event event)
the only method of the interface controllereventlistener. |
Component |
getDescriptionEditComponent()
Returns the component that is used to configurate the nodes description and metadata |
java.lang.String[] |
getPaneKeys()
|
TabbedPane |
getTabbedPane()
|
| Methods inherited from class org.olat.core.gui.control.generic.tabbable.ActivateableTabbableDefaultController |
|---|
activate |
| Methods inherited from class org.olat.core.gui.control.generic.tabbable.TabbableDefaultController |
|---|
getInitialComponent |
| Methods inherited from class org.olat.core.gui.control.DefaultController |
|---|
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, 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.ControllerEventListener |
|---|
dispatchEvent |
| Methods inherited from interface org.olat.core.gui.control.Controller |
|---|
addControllerListener, dispatchEvent, dispose, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed |
| Field Detail |
|---|
public static final java.lang.String CONFIG_STARTPAGE
public static final java.lang.String CONFIG_COMPONENT_MENU
public static final java.lang.String CONFIG_INTEGRATION
public static final Event NODECONFIG_CHANGED_EVENT
| Constructor Detail |
|---|
public NodeEditController(UserRequest ureq,
WindowControl wControl,
CourseEditorTreeModel editorModel,
ICourse course,
CourseNode luNode,
CourseGroupManager groupMgr,
UserCourseEnvironment euce,
TabbableController childTabsController)
ureq - editorModel - course - luNode - groupMgr - | Method Detail |
|---|
public void event(UserRequest ureq,
Component source,
Event event)
DefaultController
DefaultController.event(org.olat.core.gui.UserRequest,
org.olat.core.gui.components.Component, org.olat.core.gui.control.Event)
public void event(UserRequest urequest,
Controller source,
Event event)
DefaultController
DefaultController.event(org.olat.core.gui.UserRequest,
org.olat.core.gui.control.Controller, org.olat.core.gui.control.Event)public Component getDescriptionEditComponent()
public java.lang.String[] getPaneKeys()
getPaneKeys in class ActivateableTabbableDefaultControllerpublic TabbedPane getTabbedPane()
getTabbedPane in class ActivateableTabbableDefaultControllerpublic void addTabs(TabbedPane tabbedPane)
TabbableController
addTabs in interface TabbableControllertabbedPane - The tabbed pane
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||