Class SaveButtonInterceptor
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.interceptors.SaveButtonInterceptor
- All Implemented Interfaces:
FormInterceptor
Save action is always added that it can be used to define the sorting (e.g. "after:save"). If the action should not be
visible, it is only added as placeholder. It will be removed in
RemovePlaceholderInterceptor
later.-
Field Summary
Fields inherited from interface ch.tocco.nice2.model.form.api.form2.FormInterceptor
SORTING_ORDER
-
Constructor Summary
-
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
-
SaveButtonInterceptor
public SaveButtonInterceptor()
-
-
Method Details
-
modifyForm
- Specified by:
modifyForm
in interfaceFormInterceptor
-