Interface ModalView<V extends ModalView<V>>

All Superinterfaces:
Comparable<V>, Component<V>, Copyable<V>, FetchEntity<V>, Form<V>, Serializable, View<V>
All Known Implementing Classes:
DefaultModalView

public interface ModalView<V extends ModalView<V>> extends View<V>, Form<V>, FetchEntity<V>
A ModalView is a View intended to be rendered within a modal dialog. It includes form capabilities as well as the ability to fetch an entity to populate the form.

This interface is useful for scenarios where a user needs to interact with a form in a modal dialog, allowing for a streamlined and user-friendly experience.

Since:
Metadata 2.0.7, Release Train 2.3.0
Author:
Jon Fleschler (jfleschler)