Class RemovePlaceholderInterceptor
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.interceptors.RemovePlaceholderInterceptor
- All Implemented Interfaces:
FormInterceptor
@Component
@Order(2147483646)
public class RemovePlaceholderInterceptor
extends Object
implements FormInterceptor
Some actions are sometimes only added as placeholder (e.g. create, delete, save) that other action can use them to
define the sorting. After this interceptor only
RemoveEmptyActionGroupInterceptor should run.-
Field Summary
FieldsFields inherited from interface ch.tocco.nice2.model.form.api.form2.FormInterceptor
SORTING_ORDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmodifyForm(FormBuilder formBuilder, String baseName, FormScope formScope) 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
-
RemovePlaceholderInterceptor
public RemovePlaceholderInterceptor()
-
-
Method Details
-
modifyForm
- Specified by:
modifyFormin interfaceFormInterceptor
-