Uses of Class
org.pentaho.mantle.client.solutionbrowser.filelist.FileCommand.COMMAND
-
Packages that use FileCommand.COMMAND Package Description org.pentaho.mantle.client.commands org.pentaho.mantle.client.solutionbrowser org.pentaho.mantle.client.solutionbrowser.filelist -
-
Uses of FileCommand.COMMAND in org.pentaho.mantle.client.commands
Constructors in org.pentaho.mantle.client.commands with parameters of type FileCommand.COMMAND Constructor Description OpenFileCommand(FileCommand.COMMAND openMethod)
-
Uses of FileCommand.COMMAND in org.pentaho.mantle.client.solutionbrowser
Methods in org.pentaho.mantle.client.solutionbrowser with parameters of type FileCommand.COMMAND Modifier and Type Method Description void
FileTypeEnabledOptions. addCommand(FileCommand.COMMAND command)
void
PluginOptionsHelper.ContentTypePlugin. addCommandPerspective(FileCommand.COMMAND cmd, String perspective)
void
SolutionBrowserPanel. executeActionSequence(FileCommand.COMMAND mode)
String
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.COMMAND Modifier and Type Method Description static FileCommand.COMMAND
FileCommand.COMMAND. valueOf(String name)
Returns the enum constant of this type with the specified name.static FileCommand.COMMAND[]
FileCommand.COMMAND. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pentaho.mantle.client.solutionbrowser.filelist with parameters of type FileCommand.COMMAND Modifier and Type Method Description boolean
FileItem. isCommandEnabled(FileCommand.COMMAND command, HashMap<String,String> metadataPerms)
Constructors in org.pentaho.mantle.client.solutionbrowser.filelist with parameters of type FileCommand.COMMAND 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.
-