public class UploadDeploymentStep extends WizardStep<UploadContext,UploadState>
title| Constructor and Description |
|---|
UploadDeploymentStep(Resources resources) |
| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.HTMLElement |
asElement() |
protected boolean |
onNext(UploadContext context)
Called before the next step is shown.
|
protected void |
onShow(UploadContext context)
Called every time the step is shown.
|
void |
reset(UploadContext context)
Subclasses should reset their state using this method.
|
onBack, onCancel, registerAttachable, wizardpublic UploadDeploymentStep(Resources resources)
public elemental2.dom.HTMLElement asElement()
public void reset(UploadContext context)
WizardStepWizardStep.onShow(Object) this method should be used to implement one-time
initialization.reset in class WizardStep<UploadContext,UploadState>protected void onShow(UploadContext context)
WizardSteponShow in class WizardStep<UploadContext,UploadState>context - the current contextprotected boolean onNext(UploadContext context)
WizardSteponNext in class WizardStep<UploadContext,UploadState>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.