org.olat.registration
Class DisclaimerFormController

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.registration.DisclaimerFormController
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable

public class DisclaimerFormController
extends FormBasicController

Description:

Initial Date: Jul 31, 2009

Author:
twuersch

Field Summary
static java.lang.String DCL_ACCEPT
           
static java.lang.String DCL_CHECKBOX_KEY
           
static java.lang.String DCL_CHECKBOX_KEY2
           
 
Fields inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController
LAYOUT_CUSTOM, LAYOUT_DEFAULT, LAYOUT_HORIZONTAL, LAYOUT_VERTICAL
 
Constructor Summary
DisclaimerFormController(UserRequest ureq, WindowControl wControl, boolean readOnly)
           
 
Method Summary
 
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
 

Field Detail

DCL_CHECKBOX_KEY

public static final java.lang.String DCL_CHECKBOX_KEY
See Also:
Constant Field Values

DCL_CHECKBOX_KEY2

public static final java.lang.String DCL_CHECKBOX_KEY2
See Also:
Constant Field Values

DCL_ACCEPT

public static final java.lang.String DCL_ACCEPT
See Also:
Constant Field Values
Constructor Detail

DisclaimerFormController

public DisclaimerFormController(UserRequest ureq,
                                WindowControl wControl,
                                boolean readOnly)