Uses of Enum Class
org.pentaho.mantle.client.solutionbrowser.filelist.FileCommand.COMMAND
Packages that use FileCommand.COMMAND
Package
Description
-
Uses of FileCommand.COMMAND in org.pentaho.mantle.client.commands
Constructors in org.pentaho.mantle.client.commands with parameters of type FileCommand.COMMAND -
Uses of FileCommand.COMMAND in org.pentaho.mantle.client.solutionbrowser
Methods in org.pentaho.mantle.client.solutionbrowser with parameters of type FileCommand.COMMANDModifier 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
Methods in org.pentaho.mantle.client.solutionbrowser.filelist that return FileCommand.COMMANDModifier 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.Methods in org.pentaho.mantle.client.solutionbrowser.filelist with parameters of type FileCommand.COMMANDModifier and TypeMethodDescriptionboolean
FileItem.isCommandEnabled
(FileCommand.COMMAND command, HashMap<String, String> metadataPerms) Constructors in org.pentaho.mantle.client.solutionbrowser.filelist with parameters of type FileCommand.COMMANDModifierConstructorDescriptionFileCommand
(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.