org.olat.user
Class PreferencesFormController
java.lang.Object
org.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.core.gui.components.form.flexible.impl.FormBasicController
org.olat.user.PreferencesFormController
- All Implemented Interfaces:
- Controller, ControllerEventListener, Disposable
public class PreferencesFormController
- extends FormBasicController
This form controller provides an interface to change the user's system
preferences, like language and font size.
Events fired by this event:
- Event.DONE_EVENT when something has been changed
- Event.DONE_CANELLED when user cancelled action
Initial Date: Dec 11, 2009
- Author:
- gwassmann
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PreferencesFormController
public PreferencesFormController(UserRequest ureq,
WindowControl wControl,
Identity tobeChangedIdentity)
- Constructor for the user preferences form
- Parameters:
ureq - wControl - tobeChangedIdentity - the Identity which preferences are displayed and
edited. Not necessarily the same as ureq.getIdentity()