|
||||||||||
| 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.nodes.co.COEditController
public class COEditController
Description:
Edit controller for the contact form course building block
Initial Date: Oct 13, 2004
| Field Summary | |
|---|---|
static java.lang.String |
CONFIG_KEY_EMAILTOADRESSES
config key: to email address |
static java.lang.String |
CONFIG_KEY_EMAILTOAREAS
config key: to email addresses to be extracted from specified learn areas |
static java.lang.String |
CONFIG_KEY_EMAILTOCOACHES
config key: email goes to coaches |
static java.lang.String |
CONFIG_KEY_EMAILTOGROUPS
config key: to email addresses to be extracted from specified groups |
static java.lang.String |
CONFIG_KEY_EMAILTOPARTICIPANTS
config key: email goes to partipiciants |
static java.lang.String |
CONFIG_KEY_MBODY_DEFAULT
config key: default body text |
static java.lang.String |
CONFIG_KEY_MSUBJECT_DEFAULT
config key: default subject text |
static java.lang.String |
PANE_TAB_COCONFIG
|
| Constructor Summary | |
|---|---|
COEditController(ModuleConfiguration config,
UserRequest ureq,
WindowControl wControl,
COCourseNode coCourseNode,
ICourse course,
UserCourseEnvironment euce)
Constructor for a contact form edit controller |
|
| 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. |
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 PANE_TAB_COCONFIG
public static final java.lang.String CONFIG_KEY_EMAILTOGROUPS
public static final java.lang.String CONFIG_KEY_EMAILTOAREAS
public static final java.lang.String CONFIG_KEY_EMAILTOPARTICIPANTS
public static final java.lang.String CONFIG_KEY_EMAILTOCOACHES
public static final java.lang.String CONFIG_KEY_EMAILTOADRESSES
public static final java.lang.String CONFIG_KEY_MSUBJECT_DEFAULT
public static final java.lang.String CONFIG_KEY_MBODY_DEFAULT
| Constructor Detail |
|---|
public COEditController(ModuleConfiguration config,
UserRequest ureq,
WindowControl wControl,
COCourseNode coCourseNode,
ICourse course,
UserCourseEnvironment euce)
config - ureq - coCourseNode - course - | 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 void addTabs(TabbedPane tabbedPane)
TabbableController
addTabs in interface TabbableControllertabbedPane - The tabbed paneorg.olat.core.gui.control.generic.tabbable.TabbableDefaultController#addTabs(org.olat.core.gui.components.TabbedPane)public java.lang.String[] getPaneKeys()
getPaneKeys in class ActivateableTabbableDefaultControllerpublic TabbedPane getTabbedPane()
getTabbedPane in class ActivateableTabbableDefaultController
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||