Uses of Class
org.openrefine.browsing.DecoratedValue
-
Packages that use DecoratedValue Package Description org.openrefine.browsing.facets -
-
Uses of DecoratedValue in org.openrefine.browsing.facets
Fields in org.openrefine.browsing.facets declared as DecoratedValue Modifier and Type Field Description DecoratedValue
NominalFacetChoice. decoratedValue
DecoratedValue
ListFacet.DecoratedValueWrapper. value
Fields in org.openrefine.browsing.facets with type parameters of type DecoratedValue Modifier and Type Field Description List<DecoratedValue>
ListFacet.ListFacetConfig. selection
Constructors in org.openrefine.browsing.facets with parameters of type DecoratedValue Constructor Description DecoratedValueWrapper(DecoratedValue value)
NominalFacetChoice(DecoratedValue decoratedValue, long count, boolean selected)
Constructor parameters in org.openrefine.browsing.facets with type arguments of type DecoratedValue Constructor Description ListFacetConfig(String name, String expression, String columnName, boolean invert, boolean omitBlank, boolean omitError, boolean selectBlank, boolean selectError, List<DecoratedValue> selection)
-