Class UploadStep<C extends UploadContext,​S extends Enum<S>>

    • 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: WizardStep
        Subclasses should reset their state using this method. This method is called just before the wizard is opened. Opposed to WizardStep.onShow(Object) this method should be used to implement one-time initialization.
        Overrides:
        reset in class WizardStep<C extends UploadContext,​S extends Enum<S>>