Uses of Class
org.pentaho.mantle.client.solutionbrowser.fileproperties.FilePropertiesDialog.Tabs
-
Packages that use FilePropertiesDialog.Tabs Package Description org.pentaho.mantle.client.commands org.pentaho.mantle.client.solutionbrowser.fileproperties -
-
Uses of FilePropertiesDialog.Tabs in org.pentaho.mantle.client.commands
Methods in org.pentaho.mantle.client.commands that return FilePropertiesDialog.Tabs Modifier and Type Method Description protected abstract FilePropertiesDialog.Tabs
AbstractFilePropertiesCommand. getActiveTab()
protected FilePropertiesDialog.Tabs
FilePropertiesCommand. getActiveTab()
-
Uses of FilePropertiesDialog.Tabs in org.pentaho.mantle.client.solutionbrowser.fileproperties
Methods in org.pentaho.mantle.client.solutionbrowser.fileproperties that return FilePropertiesDialog.Tabs Modifier and Type Method Description static FilePropertiesDialog.Tabs
FilePropertiesDialog.Tabs. valueOf(String name)
Returns the enum constant of this type with the specified name.static FilePropertiesDialog.Tabs[]
FilePropertiesDialog.Tabs. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pentaho.mantle.client.solutionbrowser.fileproperties with parameters of type FilePropertiesDialog.Tabs Modifier and Type Method Description void
FilePropertiesDialog. showTab(FilePropertiesDialog.Tabs tab)
Constructors in org.pentaho.mantle.client.solutionbrowser.fileproperties with parameters of type FilePropertiesDialog.Tabs Constructor Description FilePropertiesDialog(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile fileSummary, org.pentaho.gwt.widgets.client.tabs.PentahoTabPanel propertyTabs, org.pentaho.gwt.widgets.client.dialogs.IDialogCallback callback, FilePropertiesDialog.Tabs defaultTab, boolean canManageAcls)
-