public class ConfigurationStep extends WizardStep<PatchContext,PatchState>
title| Constructor and Description |
|---|
ConfigurationStep(Metadata metadata,
Resources resources) |
| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.HTMLElement |
asElement() |
protected boolean |
onBack(PatchContext context)
Called before the previous step is shown.
|
protected boolean |
onCancel(PatchContext context)
Called when this step is canceled.
|
protected boolean |
onNext(PatchContext context)
Called before the next step is shown.
|
protected void |
onShow(PatchContext context)
Called every time the step is shown.
|
void |
reset(PatchContext context)
Subclasses should reset their state using this method.
|
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 void onShow(PatchContext context)
WizardSteponShow in class WizardStep<PatchContext,PatchState>context - the current contextprotected boolean onNext(PatchContext context)
WizardSteponNext in class WizardStep<PatchContext,PatchState>context - the current contexttrue if we can navigate to the next step, false otherwise.protected boolean onBack(PatchContext context)
WizardSteponBack in class WizardStep<PatchContext,PatchState>context - the current contexttrue if we can navigate to the previous step, false otherwise.protected boolean onCancel(PatchContext context)
WizardSteponCancel in class WizardStep<PatchContext,PatchState>context - the current contexttrue if we can cancel this step, false otherwise.Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.