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
ConstructorDescriptionRestoreFileCommand
(List<org.pentaho.gwt.widgets.client.filechooser.RepositoryFile> selectedItemsClone) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
getType()
void
setFileList
(String fileList) void
void
showErrorDialogBox
(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:
execute
in interfacecom.google.gwt.user.client.Command
- Specified by:
execute
in interfacecom.google.gwt.core.client.Scheduler.ScheduledCommand
-
showErrorDialogBox
public void showErrorDialogBox(org.pentaho.mantle.client.events.SolutionFileActionEvent event)
-