Class RoomProposalActionFormInterceptor
java.lang.Object
ch.tocco.nice2.optional.facilityreservation.impl.roomproposal.RoomProposalActionFormInterceptor
- All Implemented Interfaces:
FormInterceptor
Adds the `nice2.optional.facilityreservation.roomProposal` action to the forms where this action is desired
(in the new client).
This form interceptor is the equivalent of the RoomProposalActionFactory for the new client.
-
Field Summary
Fields inherited from interface FormInterceptor
SORTING_ORDER -
Constructor Summary
ConstructorsConstructorDescriptionRoomProposalActionFormInterceptor(LegacyActionsContext legacyActionsContext) -
Method Summary
Modifier and TypeMethodDescriptionvoidmodifyForm(FormBuilder formBuilder, String baseName, FormScope formScope) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FormInterceptor
getActionGroupBuilder, getActionGroupBuilder, getActionsActionGroupBuilder, getCreateCopyActionGroupBuilder, getOutputActionGroupBuilder
-
Constructor Details
-
RoomProposalActionFormInterceptor
-
-
Method Details
-
modifyForm
- Specified by:
modifyFormin interfaceFormInterceptor
-