public class UserManagerUIImporterHooker extends java.lang.Object implements ImporterConfiguratorHook
Constructor and Description |
---|
UserManagerUIImporterHooker(<any> configPanelProvider) |
Modifier and Type | Method and Description |
---|---|
ImportConfigDto |
getConfiguration() |
ImageResource |
getImporterIcon() |
java.lang.String |
getImporterId() |
java.lang.String |
getImporterName() |
java.util.Collection<java.lang.String> |
getSupportedExporters() |
Widget |
initConfigPanel(ImportMainPanel importMainPanel) |
void |
reset() |
public UserManagerUIImporterHooker(<any> configPanelProvider)
public java.lang.String getImporterId()
getImporterId
in interface ImporterConfiguratorHook
public ImageResource getImporterIcon()
getImporterIcon
in interface ImporterConfiguratorHook
public java.lang.String getImporterName()
getImporterName
in interface ImporterConfiguratorHook
public java.util.Collection<java.lang.String> getSupportedExporters()
getSupportedExporters
in interface ImporterConfiguratorHook
public Widget initConfigPanel(ImportMainPanel importMainPanel)
initConfigPanel
in interface ImporterConfiguratorHook
public ImportConfigDto getConfiguration() throws NotProperlyConfiguredException
getConfiguration
in interface ImporterConfiguratorHook
NotProperlyConfiguredException
public void reset()
reset
in interface ImporterConfiguratorHook