Uses of Class
org.openrefine.browsing.facets.ListFacet.DecoratedValueWrapper
-
Packages that use ListFacet.DecoratedValueWrapper Package Description org.openrefine.browsing.facets -
-
Uses of ListFacet.DecoratedValueWrapper in org.openrefine.browsing.facets
Methods in org.openrefine.browsing.facets that return types with arguments of type ListFacet.DecoratedValueWrapper Modifier and Type Method Description List<ListFacet.DecoratedValueWrapper>
ListFacet.ListFacetConfig. getWrappedSelection()
Method parameters in org.openrefine.browsing.facets with type arguments of type ListFacet.DecoratedValueWrapper Modifier and Type Method Description void
ListFacet.ListFacetConfig. setSelection(List<ListFacet.DecoratedValueWrapper> wrapped)
Constructor parameters in org.openrefine.browsing.facets with type arguments of type ListFacet.DecoratedValueWrapper Constructor Description ListFacetConfig(String name, String expression, String columnName, boolean invert, boolean omitBlank, boolean omitError, List<ListFacet.DecoratedValueWrapper> selection, boolean selectBlank, boolean selectError)
-