org.olat.course.nodes.projectbroker
Class OptionsFormController

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.course.nodes.projectbroker.OptionsFormController
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable

public class OptionsFormController
extends FormBasicController

Author:
guretzki

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
OptionsFormController(UserRequest ureq, WindowControl wControl, ProjectBrokerModuleConfiguration config)
          Modules selection form.
 
Method Summary
 int getNnbrOfAttendees()
           
 boolean getSelectionAccept()
           
 boolean getSelectionAutoSignOut()
           
 boolean validate()
           
 
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

OptionsFormController

public OptionsFormController(UserRequest ureq,
                             WindowControl wControl,
                             ProjectBrokerModuleConfiguration config)
Modules selection form.

Parameters:
name -
config -
Method Detail

validate

public boolean validate()
See Also:
org.olat.core.gui.components.Form#validate(org.olat.core.gui.UserRequest)

getNnbrOfAttendees

public int getNnbrOfAttendees()

getSelectionAccept

public boolean getSelectionAccept()

getSelectionAutoSignOut

public boolean getSelectionAutoSignOut()