Class UploadStep<C extends UploadContext,S extends Enum<S>>
- java.lang.Object
-
- org.jboss.hal.ballroom.wizard.WizardStep<C,S>
-
- org.jboss.hal.client.shared.uploadwizard.UploadStep<C,S>
-
- All Implemented Interfaces:
org.jboss.elemento.IsElement
- Direct Known Subclasses:
UploadContentStep,UploadDeploymentStep,UploadPatchStep
public abstract class UploadStep<C extends UploadContext,S extends Enum<S>> extends WizardStep<C,S>
-
-
Constructor Summary
Constructors Constructor Description UploadStep(String title, com.google.gwt.safehtml.shared.SafeHtml onError)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description elemental2.dom.HTMLElementelement()voidreset(C context)Subclasses should reset their state using this method.
-
-
-
Constructor Detail
-
UploadStep
public UploadStep(String title, com.google.gwt.safehtml.shared.SafeHtml onError)
-
-
Method Detail
-
element
public elemental2.dom.HTMLElement element()
-
reset
public void reset(C context)
Description copied from class:WizardStepSubclasses should reset their state using this method. This method is called just before the wizard is opened. Opposed toWizardStep.onShow(Object)this method should be used to implement one-time initialization.- Overrides:
resetin classWizardStep<C extends UploadContext,S extends Enum<S>>
-
-