Class ShowOutputJobsActionFormInterceptor
java.lang.Object
ch.tocco.nice2.outputcenter.impl.action.ShowOutputJobsActionFormInterceptor
- All Implemented Interfaces:
FormInterceptor
@Component
@Order(890)
public class ShowOutputJobsActionFormInterceptor
extends Object
implements FormInterceptor
Adds the `show-output-jobs-action` to the forms where this action is desired (in the new client).
This form interceptor is the equivalent of the
ShowDocumentsActionFactory for the new client.-
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
-
ShowOutputJobsActionFormInterceptor
public ShowOutputJobsActionFormInterceptor()
-
-
Method Details
-
modifyForm
- Specified by:
modifyFormin interfaceFormInterceptor
-