| Modifier and Type | Method and Description |
|---|---|
static boolean |
FacetHelper.bredcrumb2FacetMatch(BreadcrumbData<SearchStateData> breadcrumb,
FacetData<SearchStateData> facet,
FacetValueData<SearchStateData> facetValue)
Checks if the given facet and facet value match the given breadcrumb.
|
| Modifier and Type | Method and Description |
|---|---|
protected Component |
FacetFilterController.renderFacetValueComponent(FacetData<SearchStateData> facet,
FacetValueData<SearchStateData> facetValue)
Draws a facet value component - a radiobutton or checkbox for multiselect facets.
|
protected void |
FacetFilterController.sendFacetValue(FacetData<SearchStateData> facet,
FacetValueData<SearchStateData> facetValue)
On facet selection, this method adds given facet value to the currently selected and send the updated search
refinements to the output socket.
|
| Modifier and Type | Method and Description |
|---|---|
protected FacetData<SearchStateData> |
FacetFilterController.removeValuesFromFacet(FacetData<SearchStateData> facetData,
List<FacetValueData<SearchStateData>> values2remove)
Removes given values form the given facet.
|
| Modifier and Type | Method and Description |
|---|---|
protected SimpleListModel |
FacetPanel.createFacetListboxModel(List<FacetValueData<SearchStateData>> facetValues) |
| Modifier and Type | Method and Description |
|---|---|
protected List<FacetData<SearchStateData>> |
FacetContainerController.removeFromSelectedFacets(FacetData<SearchStateData> facetToRemove,
FacetValueData<SearchStateData> facetValue)
Removes given facet and given facet value from selected facets map.
|
| Modifier and Type | Method and Description |
|---|---|
protected FacetData<SearchStateData> |
FacetContainerController.removeValuesFromFacet(FacetData<SearchStateData> facetData,
List<FacetValueData<SearchStateData>> values2remove)
Removes given values form the given facet.
|
| Modifier and Type | Method and Description |
|---|---|
FacetValueData<SearchStateData> |
SelectFacetValueEvent.getFacetValue() |
| Constructor and Description |
|---|
SelectFacetValueEvent(FacetData<SearchStateData> facet,
FacetValueData<SearchStateData> facetValue,
Component target) |
| Modifier and Type | Method and Description |
|---|---|
void |
FacetValueRenderer.render(Listitem item,
FacetValueData<SearchStateData> data,
int arg2) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
DefaultFacetSearchDataService.buildNameForFacetValue(FacetValueData<SolrSearchQueryData> item) |
| Modifier and Type | Method and Description |
|---|---|
List<FacetValueData<STATE>> |
FacetData.getTopValues() |
List<FacetValueData<STATE>> |
FacetData.getValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
FacetData.setTopValues(List<FacetValueData<STATE>> topValues) |
void |
FacetData.setValues(List<FacetValueData<STATE>> values) |
| Constructor and Description |
|---|
DefaultCsCommerceSearchFacetValue(CsSearchFacet facet,
FacetValueData<STATE> facetValueData) |
Copyright © 2017 SAP SE. All Rights Reserved.