org.olat.course.condition
Class GroupOrAreaSelectionController

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

public class GroupOrAreaSelectionController
extends FormBasicController

Description:
TODO: patrickb Class Description for MultiSelectColumnController

Initial Date: 15.06.2007

Author:
patrickb

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
GroupOrAreaSelectionController(int groupOrArea, WindowControl wControl, UserRequest ureq, java.lang.String title, CourseGroupManager courseGrpMngr, java.lang.String selectionAsCsvStr)
           
 
Method Summary
 java.util.Set getSelectedEntries()
           
 
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

GroupOrAreaSelectionController

public GroupOrAreaSelectionController(int groupOrArea,
                                      WindowControl wControl,
                                      UserRequest ureq,
                                      java.lang.String title,
                                      CourseGroupManager courseGrpMngr,
                                      java.lang.String selectionAsCsvStr)
Method Detail

getSelectedEntries

public java.util.Set getSelectedEntries()