Class AbstractFilePropertiesCommand
java.lang.Object
org.pentaho.mantle.client.commands.AbstractFilePropertiesCommand
- All Implemented Interfaces:
com.google.gwt.core.client.Scheduler.ScheduledCommand
,com.google.gwt.user.client.Command
- Direct Known Subclasses:
FilePropertiesCommand
public abstract class AbstractFilePropertiesCommand
extends Object
implements com.google.gwt.user.client.Command
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
protected abstract FilePropertiesDialog.Tabs
org.pentaho.gwt.widgets.client.filechooser.RepositoryFile
protected abstract String
void
void
setRepositoryFile
(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile repositoryFile) protected abstract void
setSolutionPath
(String solutionPath)
-
Constructor Details
-
AbstractFilePropertiesCommand
public AbstractFilePropertiesCommand()
-
-
Method Details
-
getRepositoryFile
public org.pentaho.gwt.widgets.client.filechooser.RepositoryFile getRepositoryFile() -
setRepositoryFile
public void setRepositoryFile(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile repositoryFile) -
execute
public void execute()- Specified by:
execute
in interfacecom.google.gwt.user.client.Command
- Specified by:
execute
in interfacecom.google.gwt.core.client.Scheduler.ScheduledCommand
-
performOperation
public void performOperation() -
getSolutionPath
-
setSolutionPath
-
getActiveTab
-