Package | Description |
---|---|
org.pentaho.mantle.client.commands | |
org.pentaho.mantle.client.solutionbrowser | |
org.pentaho.mantle.client.solutionbrowser.filelist |
Constructor and Description |
---|
OpenFileCommand(FileCommand.COMMAND openMethod) |
Modifier and Type | Method and 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(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile repositoryFile,
FileCommand.COMMAND mode) |
void |
SolutionBrowserPanel.openFile(String fileNameWithPath,
FileCommand.COMMAND mode) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FileItem.isCommandEnabled(FileCommand.COMMAND command,
HashMap<String,String> metadataPerms) |
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. |
Copyright © 2021 Hitachi Vantara. All rights reserved.