public interface FacetDefinition
| Modifier and Type | Method and Description |
|---|---|
I18nizableText |
getFacetLabel(String value,
String currentLang)
Gets the label of a facet value
|
String |
getId()
Gets the id of the facet.
|
I18nizableText |
getLabel()
Gets the label of the facet.
|
Optional<Returnable> |
getReturnable()
Gets the (
Returnable) the facet belongs to. |
SearchField |
getSearchField()
Gets the search field of this facet
|
String getId()
I18nizableText getLabel()
SearchField getSearchField()
I18nizableText getFacetLabel(String value, String currentLang)
value - the facet valuecurrentLang - the current langOptional<Returnable> getReturnable()
Returnable) the facet belongs to.Returnable) the facet belongs to.