|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.control.DefaultController
org.olat.core.gui.control.controller.BasicController
org.olat.group.ui.wizard.MemberListWizardController
public class MemberListWizardController
Description:
Wizard for choosing the format of the member list archive.
First step: choose the interest groups/areas
Second step: choose the columns for the user info (e.g. username, firstname, lastname, ...)
Third step: choose the output format type, either output all members in a single .xls file, or create a zip with a .xls file per group.
Fourth step: Download file and cleanup temp file upon dispose.
Initial Date: 30.07.2007
| Field Summary | |
|---|---|
static java.lang.String |
AREAS_MEMBERS
|
static java.lang.String |
GROUPS_MEMBERS
|
| Constructor Summary | |
|---|---|
MemberListWizardController(UserRequest ureq,
WindowControl wControl,
BGContext context,
java.lang.String type)
|
|
| Method Summary | |
|---|---|
void |
event(UserRequest ureq,
Component source,
Event event)
abstract event method for subclasses. |
void |
event(UserRequest ureq,
Controller source,
Event event)
the only method of the interface controllereventlistener. |
| Methods inherited from class org.olat.core.gui.control.DefaultController |
|---|
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String GROUPS_MEMBERS
public static final java.lang.String AREAS_MEMBERS
| Constructor Detail |
|---|
public MemberListWizardController(UserRequest ureq,
WindowControl wControl,
BGContext context,
java.lang.String type)
ureq - wControl - context - type - | Method Detail |
|---|
public void event(UserRequest ureq,
Component source,
Event event)
DefaultController
public void event(UserRequest ureq,
Controller source,
Event event)
DefaultController
DefaultController.event(org.olat.core.gui.UserRequest, org.olat.core.gui.control.Controller, org.olat.core.gui.control.Event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||