Uses of Class
org.cxbox.core.service.drilldown.filter.FC
Packages that use FC
Package
Description
-
Uses of FC in org.cxbox.core.dto.rowmeta
Method parameters in org.cxbox.core.dto.rowmeta with type arguments of type FCModifier and TypeMethodDescriptionstatic PostActionPostAction.drillDownWithFilter(DrillDownTypeSpecifier drillDownType, String url, Consumer<FC> fc) Sets drill-down functionality with filter capabilities for a specific field.final voidRowDependentFieldsCommonMeta.setDrilldownWithFilter(DtoField<? super T, ?> field, DrillDownTypeSpecifier drillDownType, String drillDown, Consumer<FC> fc) Sets drill-down functionality with filter capabilities for a specific field. -
Uses of FC in org.cxbox.core.service.drilldown
Methods in org.cxbox.core.service.drilldown with parameters of type FCModifier and TypeMethodDescriptionPlatformDrilldownService.formUrlFilterPart(FC fc) This method generate URL parameters with filters asString -
Uses of FC in org.cxbox.core.service.drilldown.filter
Methods in org.cxbox.core.service.drilldown.filter that return FCModifier and TypeMethodDescriptionFC.add(org.cxbox.api.data.BcIdentifier bc, Class<D> dtoClass, com.fasterxml.jackson.core.type.TypeReference<F> token, Consumer<F> filterBuilder) Adds a custom filter builder for the specified BC identifier and DTO class using a type token.<D extends org.cxbox.api.data.dto.DataResponseDTO>
FCAdds a default filter builder for the specified BC identifier and DTO class.