Uses of Class
org.openrefine.browsing.facets.RangeFacet.RangeFacetConfig
-
Packages that use RangeFacet.RangeFacetConfig Package Description org.openrefine.browsing.facets -
-
Uses of RangeFacet.RangeFacetConfig in org.openrefine.browsing.facets
Fields in org.openrefine.browsing.facets declared as RangeFacet.RangeFacetConfig Modifier and Type Field Description protected RangeFacet.RangeFacetConfig
NumericFacetResult. _config
Constructors in org.openrefine.browsing.facets with parameters of type RangeFacet.RangeFacetConfig Constructor Description NumericFacetResult(RangeFacet.RangeFacetConfig config, NumericFacetState state)
RangeFacet(RangeFacet.RangeFacetConfig config, int cellIndex, ColumnModel columnModel, Map<String,OverlayModel> overlayModels, long projectId)
-