Class ChoosePasswordTypeStep
- java.lang.Object
-
- org.jboss.hal.ballroom.wizard.WizardStep<PasswordContext,PasswordState>
-
- org.jboss.hal.client.runtime.subsystem.elytron.wizardpassword.ChoosePasswordTypeStep
-
- All Implemented Interfaces:
org.jboss.elemento.IsElement
public class ChoosePasswordTypeStep extends WizardStep<PasswordContext,PasswordState>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description elemental2.dom.HTMLElementelement()voidreset(PasswordContext context)Subclasses should reset their state using this method.
-
-
-
Method Detail
-
element
public elemental2.dom.HTMLElement element()
-
reset
public void reset(PasswordContext context)
Description copied from class:WizardStepSubclasses should reset their state using this method. This method is called just before the wizard is opened. Opposed toWizardStep.onShow(Object)this method should be used to implement one-time initialization.- Overrides:
resetin classWizardStep<PasswordContext,PasswordState>
-
-