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 -
Field Summary
FieldsFields inherited from class software.xdev.vaadin.grid_exporter.wizard.steps.AbstractGridExportWizardStepComposite
translatorFields inherited from class software.xdev.vaadin.grid_exporter.components.wizard.step.WizardStepComposite
state, stepName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationaddStreamResourceGeneratedListener(com.vaadin.flow.component.ComponentEventListener<PreviewStep.StreamResourceGeneratedEvent<T>> listener) protected voidinitUI()voidonEnterStep(GridExporterWizardState<T> state) Methods inherited from class software.xdev.vaadin.grid_exporter.wizard.steps.AbstractGridExportWizardStepComposite
translateMethods inherited from class software.xdev.vaadin.grid_exporter.components.wizard.step.WizardStepComposite
getStepName, getWizardState, setStepName, setWizardStateMethods inherited from class com.vaadin.flow.component.Composite
getChildren, getContent, getElement, initContentMethods 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, setVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListenerMethods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListenerMethods inherited from interface com.vaadin.flow.component.HasStyle
addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassNameMethods 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
-
-
Method Details
-
initUI
protected void initUI() -
onEnterStep
-
addStreamResourceGeneratedListener
public com.vaadin.flow.shared.Registration addStreamResourceGeneratedListener(com.vaadin.flow.component.ComponentEventListener<PreviewStep.StreamResourceGeneratedEvent<T>> listener)
-