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
FieldsFields inherited from interface ch.tocco.nice2.model.form.api.form2.FormInterceptor
SORTING_ORDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddActions(ActionGroupBuilder massMutationGroupBuilder) protected booleanshouldAddActions(FormBuilder formBuilder, FormScope formScope) Methods inherited from class ch.tocco.nice2.entityoperation.impl.interceptors.MutationGroupActionFormInterceptor
modifyFormMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
shouldAddActionsin classMutationGroupActionFormInterceptor
-
addActions
- Specified by:
addActionsin classMutationGroupActionFormInterceptor
-