Interface OrderableModalFormAction<A extends OrderableModalFormAction<A>>

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

public interface OrderableModalFormAction<A extends OrderableModalFormAction<A>> extends ModalFormAction<A>
Represents the metadata for the action used to re-order rows within an Orderable grid.

Must configure the fields OrderableModalFormAction.FieldNames.MOVE_TO_FRONT and OrderableModalFormAction.FieldNames.POSITION_AFTER_ID in order for this to pass validation and properly support the re-order behavior.

Author:
Nick Crum (ncrum)