Class SteppedDataForm

java.lang.Object
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

public abstract class SteppedDataForm extends SteppedView
A Data Form for editing one or more objects that has multiple steps of content views. All content views may not have to be using the same object.
Author:
Syam
See Also: