Uses of Enum Class
org.pentaho.mantle.client.solutionbrowser.filelist.FileCommand.COMMAND
Package
Description
-
Uses of FileCommand.COMMAND in org.pentaho.mantle.client.commands
-
Uses of FileCommand.COMMAND in org.pentaho.mantle.client.solutionbrowser
Modifier and TypeMethodDescriptionvoid
FileTypeEnabledOptions.addCommand
(FileCommand.COMMAND command) void
PluginOptionsHelper.ContentTypePlugin.addCommandPerspective
(FileCommand.COMMAND cmd, String perspective) void
SolutionBrowserPanel.executeActionSequence
(FileCommand.COMMAND mode) PluginOptionsHelper.ContentTypePlugin.getCommandPerspective
(FileCommand.COMMAND cmd) boolean
PluginOptionsHelper.ContentTypePlugin.hasCommand
(FileCommand.COMMAND cmd) boolean
FileTypeEnabledOptions.isCommandEnabled
(FileCommand.COMMAND command, HashMap<String, String> metadataPerms) void
SolutionBrowserPanel.openFile
(String fileNameWithPath, FileCommand.COMMAND mode) void
SolutionBrowserPanel.openFile
(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile repositoryFile, FileCommand.COMMAND mode) -
Uses of FileCommand.COMMAND in org.pentaho.mantle.client.solutionbrowser.filelist
Modifier and TypeMethodDescriptionstatic FileCommand.COMMAND
Returns the enum constant of this class with the specified name.static FileCommand.COMMAND[]
FileCommand.COMMAND.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
FileItem.isCommandEnabled
(FileCommand.COMMAND command, HashMap<String, String> metadataPerms) ModifierConstructorDescriptionFileCommand
(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.