|
||||||||||
| 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.core.commons.modules.bc.FolderRunController
public class FolderRunController
Description:
is the controller for
| Field Summary | |
|---|---|
static java.lang.String |
ACTION_PRE
|
static java.lang.String |
FORM_ACTION
|
| Constructor Summary | |
|---|---|
FolderRunController(VFSContainer rootContainer,
boolean displayWebDAVLink,
boolean displaySearch,
UserRequest ureq,
WindowControl wControl)
Constructor for a folder controller without filter. |
|
FolderRunController(VFSContainer rootContainer,
boolean displayWebDAVLink,
boolean displaySearch,
UserRequest ureq,
WindowControl wControl,
VFSItemFilter filter)
Constructor for a folder controller with a file fliter. |
|
FolderRunController(VFSContainer rootContainer,
boolean displayWebDAVLink,
UserRequest ureq,
WindowControl wControl)
Constructor for a folder controller without filter. |
|
| Method Summary | |
|---|---|
void |
activate(UserRequest ureq,
java.lang.String path)
FIXME:pb:discussion FJ should we return boolean if activation was successful? |
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 |
| Methods inherited from interface org.olat.core.gui.control.Controller |
|---|
addControllerListener, dispatchEvent, dispose, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed |
| Field Detail |
|---|
public static final java.lang.String ACTION_PRE
public static final java.lang.String FORM_ACTION
| Constructor Detail |
|---|
public FolderRunController(VFSContainer rootContainer,
boolean displayWebDAVLink,
UserRequest ureq,
WindowControl wControl)
rootContainer - displayWebDAVLink - ureq - wControl -
public FolderRunController(VFSContainer rootContainer,
boolean displayWebDAVLink,
boolean displaySearch,
UserRequest ureq,
WindowControl wControl)
rootContainer - displayWebDAVLink - ureq - wControl -
public FolderRunController(VFSContainer rootContainer,
boolean displayWebDAVLink,
boolean displaySearch,
UserRequest ureq,
WindowControl wControl,
VFSItemFilter filter)
rootContainer - displayWebDAVLink - ureq - wControl - filter - | Method Detail |
|---|
public void event(UserRequest ureq,
Controller source,
Event event)
DefaultController
public void event(UserRequest ureq,
Component source,
Event event)
DefaultController
DefaultController.event(org.olat.core.gui.UserRequest, org.olat.core.gui.components.Component, org.olat.core.gui.control.Event)
public void activate(UserRequest ureq,
java.lang.String path)
Activateable
activate in interface ActivateableActivateable.activate(org.olat.core.gui.UserRequest,
java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||