Class PreviewStep.StreamResourceGeneratedEvent<T>

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<PreviewStep<T>>
software.xdev.vaadin.grid_exporter.wizard.steps.PreviewStep.StreamResourceGeneratedEvent<T>
All Implemented Interfaces:
Serializable
Enclosing class:
PreviewStep<T>

public static class PreviewStep.StreamResourceGeneratedEvent<T> extends com.vaadin.flow.component.ComponentEvent<PreviewStep<T>>
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final com.vaadin.flow.server.StreamResource
     

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    StreamResourceGeneratedEvent(com.vaadin.flow.server.StreamResource resource, PreviewStep<T> source, boolean fromClient)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vaadin.flow.server.StreamResource
     

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

    getSource, isFromClient, unregisterListener

    Methods inherited from class java.util.EventObject

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • resource

      protected final com.vaadin.flow.server.StreamResource resource
  • Constructor Details

    • StreamResourceGeneratedEvent

      public StreamResourceGeneratedEvent(com.vaadin.flow.server.StreamResource resource, PreviewStep<T> source, boolean fromClient)
  • Method Details

    • getResource

      public com.vaadin.flow.server.StreamResource getResource()