public abstract class AbstractFilePropertiesCommand extends Object implements com.google.gwt.user.client.Command
Constructor and Description |
---|
AbstractFilePropertiesCommand() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
protected abstract FilePropertiesDialog.Tabs |
getActiveTab() |
org.pentaho.gwt.widgets.client.filechooser.RepositoryFile |
getRepositoryFile() |
protected abstract String |
getSolutionPath() |
void |
performOperation() |
void |
setRepositoryFile(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile repositoryFile) |
protected abstract void |
setSolutionPath(String solutionPath) |
public org.pentaho.gwt.widgets.client.filechooser.RepositoryFile getRepositoryFile()
public void setRepositoryFile(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile repositoryFile)
public void execute()
execute
in interface com.google.gwt.core.client.Scheduler.ScheduledCommand
execute
in interface com.google.gwt.user.client.Command
public void performOperation()
protected abstract String getSolutionPath()
protected abstract void setSolutionPath(String solutionPath)
protected abstract FilePropertiesDialog.Tabs getActiveTab()
Copyright © 2021 Hitachi Vantara. All rights reserved.