Class ActionOrderInterceptor
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.interceptors.ActionOrderInterceptor
- All Implemented Interfaces:
FormInterceptor
@Component
@Order(1002)
public class ActionOrderInterceptor
extends Object
implements FormInterceptor
This Interceptor places subgroups in the main actions group at the end
-
Field Summary
FieldsFields inherited from interface FormInterceptor
SORTING_ORDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmodifyForm(FormBuilder formBuilder, String baseName, FormScope formScope) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FormInterceptor
getActionGroupBuilder, getActionGroupBuilder, getActionsActionGroupBuilder, getCreateCopyActionGroupBuilder, getOutputActionGroupBuilder
-
Field Details
-
ORDER
public static final int ORDER- See Also:
-
ACTIONS_GROUP_ID
- See Also:
-
-
Constructor Details
-
ActionOrderInterceptor
public ActionOrderInterceptor()
-
-
Method Details
-
modifyForm
- Specified by:
modifyFormin interfaceFormInterceptor
-