public class FileCommand extends Object implements com.google.gwt.user.client.Command
Modifier and Type | Class and Description |
---|---|
static class |
FileCommand.COMMAND |
Constructor and Description |
---|
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(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. |
public FileCommand(FileCommand.COMMAND inMode, com.google.gwt.user.client.ui.PopupPanel popupMenu, IRepositoryFileProvider fileSummaryProvider)
IFileSummary
instance is not available at construction time.public FileCommand(FileCommand.COMMAND inMode, com.google.gwt.user.client.ui.PopupPanel popupMenu, org.pentaho.gwt.widgets.client.filechooser.RepositoryFile fileSummary)
IFileSummary
instance is available at construction time.Copyright © 2021 Hitachi Vantara. All rights reserved.