Class ProfileWizardProvider
- java.lang.Object
-
- pl.edu.icm.unity.webui.sandbox.wizard.AbstractSandboxWizardProvider
-
- io.imunity.webconsole.translationProfile.wizard.ProfileWizardProvider
-
public class ProfileWizardProvider extends pl.edu.icm.unity.webui.sandbox.wizard.AbstractSandboxWizardProviderCreates input profile creation wizard- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description ProfileWizardProvider(pl.edu.icm.unity.MessageSource msg, java.lang.String sandboxURL, pl.edu.icm.unity.webui.sandbox.SandboxAuthnNotifier sandboxNotifier, io.imunity.webconsole.tprofile.TranslationProfileEditor editor, io.imunity.webconsole.tprofile.TranslationProfileEditDialog.Callback addCallback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCaption()org.vaadin.teemu.wizards.WizardgetWizardInstance()
-
-
-
Constructor Detail
-
ProfileWizardProvider
public ProfileWizardProvider(pl.edu.icm.unity.MessageSource msg, java.lang.String sandboxURL, pl.edu.icm.unity.webui.sandbox.SandboxAuthnNotifier sandboxNotifier, io.imunity.webconsole.tprofile.TranslationProfileEditor editor, io.imunity.webconsole.tprofile.TranslationProfileEditDialog.Callback addCallback)
-
-
Method Detail
-
getWizardInstance
public org.vaadin.teemu.wizards.Wizard getWizardInstance()
- Specified by:
getWizardInstancein classpl.edu.icm.unity.webui.sandbox.wizard.AbstractSandboxWizardProvider
-
getCaption
public java.lang.String getCaption()
- Specified by:
getCaptionin classpl.edu.icm.unity.webui.sandbox.wizard.AbstractSandboxWizardProvider
-
-