public class CheckRunningServersStep extends WizardStep<PatchContext,PatchState>
title| Constructor and Description |
|---|
CheckRunningServersStep(Resources resources,
List<Property> servers,
String host) |
| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.HTMLElement |
asElement() |
protected boolean |
onNext(PatchContext context)
Called before the next step is shown.
|
void |
reset(PatchContext context)
Subclasses should reset their state using this method.
|
onBack, onCancel, onShow, registerAttachable, wizardpublic elemental2.dom.HTMLElement asElement()
public void reset(PatchContext context)
WizardStepWizardStep.onShow(Object) this method should be used to implement one-time
initialization.reset in class WizardStep<PatchContext,PatchState>protected boolean onNext(PatchContext context)
WizardSteponNext in class WizardStep<PatchContext,PatchState>context - the current contexttrue if we can navigate to the next step, false otherwise.Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.