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.Tabs
getActiveTab()
String
getSolutionPath()
void
setSolutionPath(String solutionPath)
-
Methods inherited from class org.pentaho.mantle.client.commands.AbstractFilePropertiesCommand
execute, getRepositoryFile, performOperation, setRepositoryFile
-
-
-
-
Method Detail
-
getSolutionPath
public String getSolutionPath()
- Specified by:
getSolutionPath
in classAbstractFilePropertiesCommand
-
setSolutionPath
public void setSolutionPath(String solutionPath)
- Specified by:
setSolutionPath
in classAbstractFilePropertiesCommand
-
getActiveTab
protected FilePropertiesDialog.Tabs getActiveTab()
- Specified by:
getActiveTab
in classAbstractFilePropertiesCommand
-
-