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 ch.tocco.nice2.model.form.api.form2.FormInterceptor
SORTING_ORDER
-
Constructor Summary
ConstructorDescriptionRoomProposalActionFormInterceptor
(LegacyActionsContext legacyActionsContext) -
Method Summary
Modifier and TypeMethodDescriptionvoid
modifyForm
(FormBuilder formBuilder, String baseName, FormScope formScope) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.FormInterceptor
getActionGroupBuilder, getActionGroupBuilder, getActionsActionGroupBuilder, getCreateCopyActionGroupBuilder, getOutputActionGroupBuilder
-
Constructor Details
-
RoomProposalActionFormInterceptor
-
-
Method Details
-
modifyForm
- Specified by:
modifyForm
in interfaceFormInterceptor
-