Interface EntityModalFormAction<A extends EntityModalFormAction<A>>

All Superinterfaces:
Action<A>, Comparable<A>, ConditionalAction<A>, Copyable<A>, FormAction<A>, ModalFormAction<A>, Serializable
All Known Implementing Classes:
DefaultEntityModalFormAction

public interface EntityModalFormAction<A extends EntityModalFormAction<A>> extends ModalFormAction<A>
A variation of the basic ModalFormAction that allows specifying an endpoint to submit the form to.
Since:
2.x.x
Author:
Nathan Moore (nathandmoore)