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.TabsAbstractFilePropertiesCommand. getActiveTab()protected FilePropertiesDialog.TabsFilePropertiesCommand. 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.TabsFilePropertiesDialog.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 voidFilePropertiesDialog. 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)
-