public class UploadPatchStep extends WizardStep<PatchContext,PatchState>
title| Constructor and Description |
|---|
UploadPatchStep(String title,
com.google.gwt.safehtml.shared.SafeHtml onError) |
| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.HTMLElement |
asElement() |
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.
|
onBack, onCancel, registerAttachable, wizardpublic UploadPatchStep(String title, com.google.gwt.safehtml.shared.SafeHtml onError)
public 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.Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.