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
public class FileCommand extends Object implements com.google.gwt.user.client.Command
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FileCommand.COMMAND
-
Constructor Summary
Constructors Constructor Description 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.FileCommand(FileCommand.COMMAND inMode, com.google.gwt.user.client.ui.PopupPanel popupMenu, IRepositoryFileProvider fileSummaryProvider)
Suitable when anIFileSummary
instance is not available at construction time.
-
-
-
Constructor Detail
-
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.
-
-