Package org.ametys.web.frontoffice
Interface AbstractSearchGenerator.FacetField
-
- All Known Implementing Classes:
AbstractSearchGenerator.AttributeFacetField
,AbstractSearchGenerator.ContentTypeFacetField
- Enclosing class:
- AbstractSearchGenerator
protected static interface AbstractSearchGenerator.FacetField
Interface representing a facet field
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description I18nizableText
getFacetLabel(String value, Locale currentLocale)
Get the label for a facet valueI18nizableText
getLabel()
Get the label of the facetSearchField
getSearchField()
Get the search field for this facet
-
-
-
Method Detail
-
getSearchField
SearchField getSearchField()
Get the search field for this facet- Returns:
- the search field
-
getLabel
I18nizableText getLabel()
Get the label of the facet- Returns:
- the label
-
getFacetLabel
I18nizableText getFacetLabel(String value, Locale currentLocale)
Get the label for a facet value- Parameters:
value
- the valuecurrentLocale
- the current locale- Returns:
- the label for this value
-
-