Class GenericLabelActionFormInterceptor
java.lang.Object
ch.tocco.nice2.reporting.impl.action.AbstractOutputActionFormInterceptor
ch.tocco.nice2.reporting.impl.action.genericlabel.GenericLabelActionFormInterceptor
- All Implemented Interfaces:
FormInterceptor
@Component
@Order(200)
public class GenericLabelActionFormInterceptor
extends AbstractOutputActionFormInterceptor
Adds the new generic label report action to the forms where this action is desired (in the new client).
This form interceptor is the equivalent of the
GenericLabelActionFactory for the new client.-
Field Summary
FieldsFields inherited from interface FormInterceptor
SORTING_ORDER -
Constructor Summary
ConstructorsConstructorDescriptionGenericLabelActionFormInterceptor(QueryBuilderFactory queryBuilderFactory, BusinessUnitManager businessUnitManager) -
Method Summary
Modifier and TypeMethodDescriptionvoidmodifyForm(FormBuilder formBuilder, String baseName, FormScope formScope) Methods inherited from class AbstractOutputActionFormInterceptor
getExistingOrCreateActionGroupBuilder, setReportIconsMethods 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
-
GenericLabelActionFormInterceptor
public GenericLabelActionFormInterceptor(QueryBuilderFactory queryBuilderFactory, BusinessUnitManager businessUnitManager)
-
-
Method Details
-
modifyForm
-