|
||||||||||
| 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.registration.DisclaimerController
public class DisclaimerController
Initial Date: 10.08.2004
| Constructor Summary | |
|---|---|
DisclaimerController(UserRequest ureq,
WindowControl wControl)
Display a disclaimer which can be accepted or denied. |
|
DisclaimerController(UserRequest ureq,
WindowControl wControl,
boolean readOnly)
Display a disclaimer which can be accepted or denied or in a read only manner |
|
| Method Summary | |
|---|---|
void |
changeLocale(java.util.Locale locale)
Change the locale of this controller. |
void |
event(UserRequest ureq,
Component source,
Event event)
abstract event method for subclasses. |
| 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 |
| Constructor Detail |
|---|
public DisclaimerController(UserRequest ureq,
WindowControl wControl)
ureq - wControl -
public DisclaimerController(UserRequest ureq,
WindowControl wControl,
boolean readOnly)
ureq - wControl - readOnly - true: show only read only; false: allow user to accept| 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 changeLocale(java.util.Locale locale)
locale -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||