org.olat.collaboration
Class NewsFormController

java.lang.Object
  extended by org.olat.core.gui.control.DefaultController
      extended by org.olat.core.gui.control.controller.BasicController
          extended by org.olat.core.gui.components.form.flexible.impl.FormBasicController
              extended by org.olat.collaboration.NewsFormController
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable

public class NewsFormController
extends FormBasicController

Provides a controller for entering an information text for group members using FlexiForms.

Author:
twuersch

Field Summary
 
Fields inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController
LAYOUT_CUSTOM, LAYOUT_DEFAULT, LAYOUT_HORIZONTAL, LAYOUT_VERTICAL
 
Constructor Summary
NewsFormController(UserRequest ureq, WindowControl wControl, java.lang.String news)
          Initializes this controller.
 
Method Summary
 java.lang.String getNewsValue()
          Returns the information text.
 
Methods inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController
dispose, event
 
Methods inherited from class org.olat.core.gui.control.DefaultController
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NewsFormController

public NewsFormController(UserRequest ureq,
                          WindowControl wControl,
                          java.lang.String news)
Initializes this controller.

Parameters:
ureq - The user request.
wControl - The window control.
news - The information text.
Method Detail

getNewsValue

public java.lang.String getNewsValue()
Returns the information text.

Returns:
The information text.