Class MassMutationActionFormInterceptor
java.lang.Object
ch.tocco.nice2.entityoperation.impl.interceptors.MutationGroupActionFormInterceptor
ch.tocco.nice2.entityoperation.impl.interceptors.MassMutationActionFormInterceptor
- All Implemented Interfaces:
FormInterceptor
@Component
@Order(0)
public class MassMutationActionFormInterceptor
extends MutationGroupActionFormInterceptor
Adds the mass mutation actions to the forms where these actions are desired (in the new client).
This form interceptor is the equivalent of the
for the new client.
invalid reference
MassMutationActionFactory
-
Field Summary
Fields inherited from interface ch.tocco.nice2.model.form.api.form2.FormInterceptor
SORTING_ORDER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
addActions
(ActionGroupBuilder massMutationGroupBuilder) protected boolean
shouldAddActions
(FormBuilder formBuilder, FormScope formScope) Methods inherited from class ch.tocco.nice2.entityoperation.impl.interceptors.MutationGroupActionFormInterceptor
modifyForm
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
-
Field Details
-
ORDER
public static final int ORDER- See Also:
-
-
Constructor Details
-
MassMutationActionFormInterceptor
public MassMutationActionFormInterceptor()
-
-
Method Details
-
shouldAddActions
- Specified by:
shouldAddActions
in classMutationGroupActionFormInterceptor
-
addActions
- Specified by:
addActions
in classMutationGroupActionFormInterceptor
-