Class WizardPanelStepChangedEvent<S extends WizardState>
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<WizardPanel<S>>
software.xdev.vaadin.grid_exporter.components.wizard.step.WizardPanelStepChangedEvent<S>
- All Implemented Interfaces:
Serializable
public class WizardPanelStepChangedEvent<S extends WizardState>
extends com.vaadin.flow.component.ComponentEvent<WizardPanel<S>>
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionWizardPanelStepChangedEvent(WizardStepState stepState, WizardPanel<S> source, boolean fromClient) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Field Details
-
stepState
-
-
Constructor Details
-
WizardPanelStepChangedEvent
public WizardPanelStepChangedEvent(WizardStepState stepState, WizardPanel<S> source, boolean fromClient)
-
-
Method Details
-
getStepState
-