Class FileCommand
java.lang.Object
org.pentaho.mantle.client.solutionbrowser.filelist.FileCommand
- All Implemented Interfaces:
com.google.gwt.core.client.Scheduler.ScheduledCommand
,com.google.gwt.user.client.Command
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionFileCommand
(FileCommand.COMMAND inMode, com.google.gwt.user.client.ui.PopupPanel popupMenu, org.pentaho.gwt.widgets.client.filechooser.RepositoryFile fileSummary) Suitable when anIFileSummary
instance is available at construction time.FileCommand
(FileCommand.COMMAND inMode, com.google.gwt.user.client.ui.PopupPanel popupMenu, IRepositoryFileProvider fileSummaryProvider) Suitable when anIFileSummary
instance is not available at construction time. -
Method Summary
-
Constructor Details
-
FileCommand
public FileCommand(FileCommand.COMMAND inMode, com.google.gwt.user.client.ui.PopupPanel popupMenu, IRepositoryFileProvider fileSummaryProvider) Suitable when anIFileSummary
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 anIFileSummary
instance is available at construction time.
-
-
Method Details
-
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
-