|
||||||||||
| 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.commons.file.filechooser.FileChooserController
public class FileChooserController
Description:
This Controller offers first to choose from local folder or to upload files. Then the two subworkflows are triggered.
This workflow should not be used in any new workflows, it is very confusing, needs to be reimplemented from sratch with better navigation (e.g. crumb path)
| Constructor Summary | |
|---|---|
FileChooserController(UserRequest ureq,
WindowControl wControl,
ControllerEventListener cel,
int uploadLimitKB,
boolean showCancelButton)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
event(UserRequest ureq,
Component source,
Event event)
Deprecated. abstract event method for subclasses. |
void |
event(UserRequest ureq,
Controller source,
Event event)
Deprecated. the only method of the interface controllereventlistener. |
VFSLeaf |
getFileSelection()
Deprecated. |
java.io.File |
getUploadedFile()
Deprecated. |
java.lang.String |
getUploadedFileName()
Deprecated. |
boolean |
isFileFromFolder()
Deprecated. |
boolean |
isFileFromUpload()
Deprecated. |
void |
release()
Deprecated. |
void |
setSuffixFilter(VFSItemFilter suffixFilter)
Deprecated. |
| 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 |
| Constructor Detail |
|---|
public FileChooserController(UserRequest ureq,
WindowControl wControl,
ControllerEventListener cel,
int uploadLimitKB,
boolean showCancelButton)
ureq - wControl - cel - uploadLimitKB - | Method Detail |
|---|
public void release()
public void setSuffixFilter(VFSItemFilter suffixFilter)
suffixFilter -
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 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)public boolean isFileFromUpload()
public boolean isFileFromFolder()
public VFSLeaf getFileSelection()
public java.io.File getUploadedFile()
public java.lang.String getUploadedFileName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||