Class DataEditor<T>

java.lang.Object
Type Parameters:
T - Type of the object to edit
All Implemented Interfaces:
ClickHandler, ExecutableView, HasContainer, 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:
DataEditor

public class DataEditor<T> extends AbstractDataEditor<T>
A View that is used for creating a "data entry form" with "Save"/"Cancel" buttons.
Author:
Syam
See Also: