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 Details

    • RestoreFileCommand

      public RestoreFileCommand()
    • RestoreFileCommand

      public RestoreFileCommand(List<org.pentaho.gwt.widgets.client.filechooser.RepositoryFile> selectedItemsClone)
      Parameters:
      selectedItemsClone -
  • Method Details

    • 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 interface com.google.gwt.user.client.Command
      Specified by:
      execute in interface com.google.gwt.core.client.Scheduler.ScheduledCommand
    • showErrorDialogBox

      public void showErrorDialogBox(org.pentaho.mantle.client.events.SolutionFileActionEvent event)