com.ebmwebsourcing.geasytools.webeditor.api.project.configuration.view
Interface IImportProjectConfigurationView
- All Superinterfaces:
- net.customware.gwt.presenter.client.Display, com.google.gwt.event.shared.HasHandlers, IProjectConfigurationView, net.customware.gwt.presenter.client.widget.WidgetDisplay
public interface IImportProjectConfigurationView
- extends IProjectConfigurationView
|
Method Summary |
com.ebmwebsourcing.geasytools.widgets.ext.api.file.IFolderPanel |
getFolderPanel()
|
com.ebmwebsourcing.geasytools.widgets.core.api.input.IComboBox<com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceFormat> |
getImportFormat()
|
com.google.gwt.user.client.ui.HasValue<java.lang.String> |
getImportFormatDescription()
|
gwtupload.client.IUploader |
getUploader()
|
com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.IWizard |
getWizard()
|
void |
setAvailableProjectTypes(java.util.List<com.ebmwebsourcing.webeditor.api.domain.project.IProjectType> projectTypes)
|
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
fireEvent |
| Methods inherited from interface net.customware.gwt.presenter.client.widget.WidgetDisplay |
asWidget |
| Methods inherited from interface net.customware.gwt.presenter.client.Display |
startProcessing, stopProcessing |
getWizard
com.ebmwebsourcing.geasytools.widgets.ext.api.wizard.IWizard getWizard()
getFolderPanel
com.ebmwebsourcing.geasytools.widgets.ext.api.file.IFolderPanel getFolderPanel()
setAvailableProjectTypes
void setAvailableProjectTypes(java.util.List<com.ebmwebsourcing.webeditor.api.domain.project.IProjectType> projectTypes)
getImportFormat
com.ebmwebsourcing.geasytools.widgets.core.api.input.IComboBox<com.ebmwebsourcing.webeditor.api.domain.project.IProjectInstanceFormat> getImportFormat()
getImportFormatDescription
com.google.gwt.user.client.ui.HasValue<java.lang.String> getImportFormatDescription()
getUploader
gwtupload.client.IUploader getUploader()
Copyright © 2010-2011 Petals Link. All Rights Reserved.