Class ActionForm

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

public class ActionForm extends DataForm
Action form is used to execute some action if the user confirms it by pressing a "Yes" button.
Author:
Syam
See Also: