Class CheckRunningServersStep
- java.lang.Object
-
- org.jboss.hal.ballroom.wizard.WizardStep<PatchContext,PatchState>
-
- org.jboss.hal.client.patching.wizard.CheckRunningServersStep
-
- All Implemented Interfaces:
org.jboss.elemento.IsElement
public class CheckRunningServersStep extends WizardStep<PatchContext,PatchState>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description elemental2.dom.HTMLElementelement()voidreset(PatchContext context)Subclasses should reset their state using this method.
-
-
-
Method Detail
-
element
public elemental2.dom.HTMLElement element()
-
reset
public void reset(PatchContext 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<PatchContext,PatchState>
-
-