Uses of Class
io.vertigo.studio.notebook.search.FacetSketchValue
-
Packages that use FacetSketchValue Package Description io.vertigo.studio.notebook.search io.vertigo.studio.plugins.generator.vertigo.search.model -
-
Uses of FacetSketchValue in io.vertigo.studio.notebook.search
Methods in io.vertigo.studio.notebook.search that return types with arguments of type FacetSketchValue Modifier and Type Method Description List<FacetSketchValue>
FacetSketch. getFacetRanges()
Method parameters in io.vertigo.studio.notebook.search with type arguments of type FacetSketchValue Modifier and Type Method Description static FacetSketch
FacetSketch. createFacetSketchByRange(String name, DtSketch indexDtSketch, DtSketchField dtField, io.vertigo.core.locale.MessageText label, List<FacetSketchValue> facetValues, boolean multiSelectable, FacetSketch.FacetOrder order)
Creates a new facetSketch of type 'range'. -
Uses of FacetSketchValue in io.vertigo.studio.plugins.generator.vertigo.search.model
Constructors in io.vertigo.studio.plugins.generator.vertigo.search.model with parameters of type FacetSketchValue Constructor Description FacetValueModel(FacetSketchValue facetValue)
-