Class OutputGroupActionFormInterceptor
java.lang.Object
ch.tocco.nice2.entityoperation.impl.interceptors.OutputGroupActionFormInterceptor
- All Implemented Interfaces:
FormInterceptor
@Component
@Order(1001)
public class OutputGroupActionFormInterceptor
extends Object
implements FormInterceptor
This Interceptor collects all loose actions in the output group and puts them into an actions sub group and sorts them
-
Field Summary
Fields inherited from interface ch.tocco.nice2.model.form.api.form2.FormInterceptor
SORTING_ORDER
-
Constructor Summary
ConstructorDescriptionOutputGroupActionFormInterceptor
(TextResources textResources, L10N l10N, ClientType clientType) -
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
-
OutputGroupActionFormInterceptor
public OutputGroupActionFormInterceptor(TextResources textResources, L10N l10N, ClientType clientType)
-
-
Method Details
-
modifyForm
- Specified by:
modifyForm
in interfaceFormInterceptor
-