Class DeleteButtonInterceptor
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.interceptors.DeleteButtonInterceptor
- All Implemented Interfaces:
FormInterceptor
@Component
@Order(100)
public class DeleteButtonInterceptor
extends Object
implements FormInterceptor
Delete action is always added that it can be used to define the sorting (e.g. "after:delete"). If the action should not be
visible, it is only added as placeholder. It will be removed in
RemovePlaceholderInterceptor later.-
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:
-
-
Constructor Details
-
DeleteButtonInterceptor
public DeleteButtonInterceptor()
-
-
Method Details
-
modifyForm
- Specified by:
modifyFormin interfaceFormInterceptor
-