Class FileCommand

  • All Implemented Interfaces:
    com.google.gwt.core.client.Scheduler.ScheduledCommand, com.google.gwt.user.client.Command

    public class FileCommand
    extends Object
    implements com.google.gwt.user.client.Command
    • Constructor Detail

      • FileCommand

        public FileCommand​(FileCommand.COMMAND inMode,
                           com.google.gwt.user.client.ui.PopupPanel popupMenu,
                           IRepositoryFileProvider fileSummaryProvider)
        Suitable when an IFileSummary instance is not available at construction time.
      • FileCommand

        public FileCommand​(FileCommand.COMMAND inMode,
                           com.google.gwt.user.client.ui.PopupPanel popupMenu,
                           org.pentaho.gwt.widgets.client.filechooser.RepositoryFile fileSummary)
        Suitable when an IFileSummary instance is available at construction time.
    • Method Detail

      • 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