Class PreviewStep<T>

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<C>
software.xdev.vaadin.grid_exporter.components.wizard.step.WizardStepComposite<C,GridExporterWizardState<T>>
software.xdev.vaadin.grid_exporter.wizard.steps.AbstractGridExportWizardStepComposite<com.vaadin.flow.component.orderedlayout.VerticalLayout,T>
software.xdev.vaadin.grid_exporter.wizard.steps.PreviewStep<T>
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, Serializable, WizardStep<GridExporterWizardState<T>>, Translator

public class PreviewStep<T> extends AbstractGridExportWizardStepComposite<com.vaadin.flow.component.orderedlayout.VerticalLayout,T>
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected com.vaadin.flow.component.html.HtmlObject
     

    Fields inherited from class software.xdev.vaadin.grid_exporter.wizard.steps.AbstractGridExportWizardStepComposite

    translator

    Fields inherited from class software.xdev.vaadin.grid_exporter.components.wizard.step.WizardStepComposite

    state, stepName
  • Constructor Summary

    Constructors
    Constructor
    Description
    PreviewStep(Translator translator)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vaadin.flow.shared.Registration
    addStreamResourceGeneratedListener(com.vaadin.flow.component.ComponentEventListener<PreviewStep.StreamResourceGeneratedEvent<T>> listener)
     
    protected void
     
    void
     

    Methods inherited from class software.xdev.vaadin.grid_exporter.wizard.steps.AbstractGridExportWizardStepComposite

    translate

    Methods inherited from class software.xdev.vaadin.grid_exporter.components.wizard.step.WizardStepComposite

    getStepName, getWizardState, setStepName, setWizardState

    Methods inherited from class com.vaadin.flow.component.Composite

    getChildren, getContent, getElement, initContent

    Methods inherited from class com.vaadin.flow.component.Component

    addListener, findAncestor, fireEvent, from, get, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setId, setVisible

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.vaadin.flow.component.AttachNotifier

    addAttachListener

    Methods inherited from interface com.vaadin.flow.component.DetachNotifier

    addDetachListener

    Methods inherited from interface com.vaadin.flow.component.HasStyle

    addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName

    Methods inherited from interface software.xdev.vaadin.grid_exporter.components.wizard.step.WizardStep

    onProgress
  • Field Details

    • resViewer

      protected com.vaadin.flow.component.html.HtmlObject resViewer
  • Constructor Details

    • PreviewStep

      public PreviewStep(Translator translator)
  • Method Details

    • initUI

      protected void initUI()
    • onEnterStep

      public void onEnterStep(GridExporterWizardState<T> state)
    • addStreamResourceGeneratedListener

      public com.vaadin.flow.shared.Registration addStreamResourceGeneratedListener(com.vaadin.flow.component.ComponentEventListener<PreviewStep.StreamResourceGeneratedEvent<T>> listener)