public class CmdCreateFolder extends BasicController implements FolderCommand
FOLDERCOMMAND_FINISHED| 限定符和类型 | 方法和说明 |
|---|---|
void |
event(UserRequest ureq,
Component source,
Event event)
abstract event method for subclasses. the event received from the component we are listening to are always rerouted to this method here, except when the component
has been disposed, in which case the events are simply ignored.
|
void |
event(UserRequest ureq,
Controller source,
Event event)
the only method of the interface controllereventlistener. always gets called when a controller we 'subscribed' to fires an event. we provide a default
implementation here since there are many controllers which are standalone and need no subcontrollers
|
Controller |
execute(FolderComponent fc,
UserRequest ureq,
WindowControl wControl,
Translator trans)
Create a folder.
|
java.lang.String |
getFolderName() |
int |
getStatus() |
boolean |
runsModal() |
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, dispose, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toStringpublic Controller execute(FolderComponent fc, UserRequest ureq, WindowControl wControl, Translator trans)
execute 在接口中 FolderCommandcContainer - folderName - public int getStatus()
getStatus 在接口中 FolderCommandpublic java.lang.String getFolderName()
public void event(UserRequest ureq, Component source, Event event)
DefaultControllerpublic void event(UserRequest ureq, Controller source, Event event)
DefaultControllerpublic boolean runsModal()
runsModal 在接口中 FolderCommand