public class CmdDeletedFiles extends BasicController implements FolderCommand
Initial Date: 21 sept. 2009
FOLDERCOMMAND_FINISHED| 构造器和说明 |
|---|
CmdDeletedFiles(UserRequest ureq,
WindowControl wControl) |
| 限定符和类型 | 方法和说明 |
|---|---|
Controller |
execute(FolderComponent folderComponent,
UserRequest ureq,
WindowControl wControl,
Translator translator)
Execute the command.
|
int |
getStatus() |
boolean |
runsModal() |
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toStringpublic CmdDeletedFiles(UserRequest ureq, WindowControl wControl)
public Controller execute(FolderComponent folderComponent, UserRequest ureq, WindowControl wControl, Translator translator)
FolderCommandexecute 在接口中 FolderCommandpublic int getStatus()
getStatus 在接口中 FolderCommandpublic boolean runsModal()
runsModal 在接口中 FolderCommand