org.olat.notifications
Class DateChooserController
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.notifications.DateChooserController
- All Implemented Interfaces:
- Controller, ControllerEventListener, Disposable
public class DateChooserController
- extends FormBasicController
Description:
This controller provides a simple date chooser
Events fired by this controller:
- Event.CHANGED_EVENT whenever the date has been changed
Initial Date: 22.12.2009
- Author:
- gnaegi
|
Method Summary |
java.util.Date |
getChoosenDate()
Get the date that has been chosen |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DateChooserController
public DateChooserController(UserRequest ureq,
WindowControl wControl,
java.util.Date initDate)
getChoosenDate
public java.util.Date getChoosenDate()
- Get the date that has been chosen
- Returns: