Class FilePropertiesCommand
- java.lang.Object
 - 
- org.pentaho.mantle.client.commands.AbstractFilePropertiesCommand
 - 
- org.pentaho.mantle.client.commands.FilePropertiesCommand
 
 
 
- 
- All Implemented Interfaces:
 com.google.gwt.core.client.Scheduler.ScheduledCommand,com.google.gwt.user.client.Command
public class FilePropertiesCommand extends AbstractFilePropertiesCommand
 
- 
- 
Constructor Summary
Constructors Constructor Description FilePropertiesCommand()FilePropertiesCommand(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile repositoryFile) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FilePropertiesDialog.TabsgetActiveTab()StringgetSolutionPath()voidsetSolutionPath(String solutionPath)- 
Methods inherited from class org.pentaho.mantle.client.commands.AbstractFilePropertiesCommand
execute, getRepositoryFile, performOperation, setRepositoryFile 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getSolutionPath
public String getSolutionPath()
- Specified by:
 getSolutionPathin classAbstractFilePropertiesCommand
 
- 
setSolutionPath
public void setSolutionPath(String solutionPath)
- Specified by:
 setSolutionPathin classAbstractFilePropertiesCommand
 
- 
getActiveTab
protected FilePropertiesDialog.Tabs getActiveTab()
- Specified by:
 getActiveTabin classAbstractFilePropertiesCommand
 
 - 
 
 -