Class LogicCopyActionFormInterceptor
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.interceptors.LogicCopyActionFormInterceptor
- All Implemented Interfaces:
FormInterceptor
@Component
@Order(900)
public class LogicCopyActionFormInterceptor
extends Object
implements FormInterceptor
-
Field Summary
FieldsFields inherited from interface ch.tocco.nice2.model.form.api.form2.FormInterceptor
SORTING_ORDER -
Constructor Summary
ConstructorsConstructorDescriptionLogicCopyActionFormInterceptor(Context context, LegacyActionsContext legacyActionsContext) -
Method Summary
Modifier and TypeMethodDescriptionvoidmodifyForm(FormBuilder formBuilder, String baseName, FormScope formScope) voidsetContributions(List<LogicCopyActionContribution> contributions) Methods 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
-
LogicCopyActionFormInterceptor
-
-
Method Details
-
setContributions
@Autowired(required=false) public void setContributions(List<LogicCopyActionContribution> contributions) -
modifyForm
- Specified by:
modifyFormin interfaceFormInterceptor
-