Interface FormView<V extends FormView<V>>

All Superinterfaces:
Comparable<V>, Component<V>, Copyable<V>, Form<V>, Serializable, View<V>
All Known Subinterfaces:
EntityFormView<V>, SelectTargetEntityFormView<V>
All Known Implementing Classes:
AbstractSelectTargetEntityFormView, DefaultEntityFormView, DefaultFormView

public interface FormView<V extends FormView<V>> extends View<V>, Form<V>
This is a type View that represents a form. This is used to collect information from a user to be processed or sent to a backend system.
Author:
Nick Crum (ncrum)