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
public class RestoreFileCommand extends Object implements com.google.gwt.user.client.Command
- Author:
- wseyler
-
-
Constructor Summary
Constructors Constructor Description RestoreFileCommand()
RestoreFileCommand(List<org.pentaho.gwt.widgets.client.filechooser.RepositoryFile> selectedItemsClone)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
String
getFileList()
String
getType()
void
setFileList(String fileList)
void
setType(String type)
void
showErrorDialogBox(org.pentaho.mantle.client.events.SolutionFileActionEvent event)
-
-
-
Constructor Detail
-
RestoreFileCommand
public RestoreFileCommand()
-
RestoreFileCommand
public RestoreFileCommand(List<org.pentaho.gwt.widgets.client.filechooser.RepositoryFile> selectedItemsClone)
- Parameters:
selectedItemsClone
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getFileList
public String getFileList()
-
setFileList
public void setFileList(String fileList)
-
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)
-
-