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
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionFileCommand(FileCommand.COMMAND inMode, com.google.gwt.user.client.ui.PopupPanel popupMenu, org.pentaho.gwt.widgets.client.filechooser.RepositoryFile fileSummary) Suitable when anIFileSummaryinstance is available at construction time.FileCommand(FileCommand.COMMAND inMode, com.google.gwt.user.client.ui.PopupPanel popupMenu, IRepositoryFileProvider fileSummaryProvider) Suitable when anIFileSummaryinstance 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 anIFileSummaryinstance 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 anIFileSummaryinstance is available at construction time. 
 - 
 - 
Method Details
- 
execute
public void execute()- Specified by:
 executein interfacecom.google.gwt.user.client.Command- Specified by:
 executein interfacecom.google.gwt.core.client.Scheduler.ScheduledCommand
 
 -