Class ListFacet.ListFacetConfig
java.lang.Object
com.google.refine.browsing.facets.ListFacet.ListFacetConfig
- All Implemented Interfaces:
FacetConfig
- Enclosing class:
- ListFacet
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionInstantiates the given facet on a particular project.The facet type as stored in json.voidsetSelection(List<ListFacet.DecoratedValueWrapper> wrapped)
-
Field Details
-
name
-
expression
-
columnName
-
invert
public boolean invert -
omitBlank
public boolean omitBlank -
omitError
public boolean omitError -
selection
-
selectBlank
public boolean selectBlank -
selectError
public boolean selectError
-
-
Constructor Details
-
ListFacetConfig
public ListFacetConfig()
-
-
Method Details
-
getWrappedSelection
-
setSelection
-
apply
Description copied from interface:FacetConfigInstantiates the given facet on a particular project.- Specified by:
applyin interfaceFacetConfig- Returns:
- a computed facet on the given project.
-
getJsonType
Description copied from interface:FacetConfigThe facet type as stored in json.- Specified by:
getJsonTypein interfaceFacetConfig
-