Class RestoreFileCommand
java.lang.Object
org.pentaho.mantle.client.commands.RestoreFileCommand
- All Implemented Interfaces:
com.google.gwt.core.client.Scheduler.ScheduledCommand,com.google.gwt.user.client.Command
- Author:
- wseyler
-
Constructor Summary
ConstructorsConstructorDescriptionRestoreFileCommand(List<org.pentaho.gwt.widgets.client.filechooser.RepositoryFile> selectedItemsClone) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()getType()voidsetFileList(String fileList) voidvoidshowErrorDialogBox(org.pentaho.mantle.client.events.SolutionFileActionEvent event)
-
Constructor Details
-
RestoreFileCommand
public RestoreFileCommand() -
RestoreFileCommand
public RestoreFileCommand(List<org.pentaho.gwt.widgets.client.filechooser.RepositoryFile> selectedItemsClone) - Parameters:
selectedItemsClone-
-
-
Method Details
-
getType
-
setType
-
getFileList
-
setFileList
-
execute
public void execute()- Specified by:
executein interfacecom.google.gwt.user.client.Command- Specified by:
executein interfacecom.google.gwt.core.client.Scheduler.ScheduledCommand
-
showErrorDialogBox
public void showErrorDialogBox(org.pentaho.mantle.client.events.SolutionFileActionEvent event)
-