public class NamesStep extends WizardStep<UploadContext,UploadState>
title| Constructor and Description |
|---|
NamesStep(Environment environment,
Metadata metadata,
Resources resources) |
| Modifier and Type | Method and Description |
|---|---|
elemental2.dom.HTMLElement |
asElement() |
protected boolean |
onBack(UploadContext context)
Called before the previous step is shown.
|
protected boolean |
onCancel(UploadContext context)
Called when this step is canceled.
|
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.
|
registerAttachable, wizardpublic NamesStep(Environment environment, Metadata metadata, 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.protected boolean onBack(UploadContext context)
WizardSteponBack in class WizardStep<UploadContext,UploadState>context - the current contexttrue if we can navigate to the previous step, false otherwise.protected boolean onCancel(UploadContext context)
WizardSteponCancel in class WizardStep<UploadContext,UploadState>context - the current contexttrue if we can cancel this step, false otherwise.Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.