Class ImportActionFormInterceptor
java.lang.Object
ch.tocco.nice2.entityoperation.impl.interceptors.ImportActionFormInterceptor
- All Implemented Interfaces:
FormInterceptor
@Component
@Order(880)
public class ImportActionFormInterceptor
extends Object
implements FormInterceptor
Adds the `nice2.entityoperation.entityImporter` action to the forms where this action is desired (in the new client).
This form interceptor is the equivalent of the
for the new client.
invalid reference
ImportingActionFactory
-
Field Summary
Fields inherited from interface ch.tocco.nice2.model.form.api.form2.FormInterceptor
SORTING_ORDER
-
Constructor Summary
ConstructorDescriptionImportActionFormInterceptor
(LegacyActionsContext legacyActionsContext, Context context) -
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
-
Field Details
-
ORDER
public static final int ORDER- See Also:
-
-
Constructor Details
-
ImportActionFormInterceptor
-
-
Method Details
-
modifyForm
- Specified by:
modifyForm
in interfaceFormInterceptor
-