Class SteppedView

java.lang.Object
com.storedobject.vaadin.View
com.storedobject.ui.SteppedView
All Implemented Interfaces:
Executable, Reentrant, HasLogic, Transactional, ClickHandler, ExecutableView, ValueChangeHandler, com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<? extends com.vaadin.flow.component.Component>>, com.vaadin.flow.component.HasValue.ValueChangeListener, Serializable, Runnable, EventListener
Direct Known Subclasses:
SteppedDataForm, SteppedObjectForm

public abstract class SteppedView extends View implements Transactional
Stepped View allows you to create a multi-stepped View.
Author:
Syam
See Also: