Class AbstractDataEditor<T>

java.lang.Object
com.storedobject.vaadin.View
com.storedobject.vaadin.AbstractDataForm<T>
com.storedobject.vaadin.AbstractDataEditor<T>
Type Parameters:
T - Type of object to be edited
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, ObjectEditor

public abstract class AbstractDataEditor<T> extends AbstractDataForm<T>
A view that is used for creating "data entry forms" for a particular type of object. The "form" embedded in this is an ObjectForm. Please refer to ObjectForm for a detailed explanation of how the "form" is generated. Many of the methods in this are delegated to the embedded "form".
Author:
Syam
See Also: