public class BasketSearchWidgetRenderer extends AbstractCsWidgetRenderer<InputWidget<BasketSearchWidgetModel,SearchCommandController<DefaultCsTextFacetSearchCommand>>>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BasketSearchWidgetRenderer.AbstractSearchEventListener |
protected static class |
BasketSearchWidgetRenderer.ApplyFacetEventListener |
protected class |
BasketSearchWidgetRenderer.CatalogSelectEventListener |
protected class |
BasketSearchWidgetRenderer.NewSearchEventListener |
protected static class |
BasketSearchWidgetRenderer.RemoveFacetEventListener |
protected class |
BasketSearchWidgetRenderer.ResetFacetsEventListener |
AbstractCsWidgetRenderer.ConfirmBeforeCompletingRequestEventListenerCSS_WIDGET_CAPTION, CSS_WIDGET_CONTENT| Constructor and Description |
|---|
BasketSearchWidgetRenderer() |
createCaption, createConfirmBeforeCompletingRequestEventListener, createContent, getCockpitTypeService, getLabelService, getPropertyEditorHelper, getPropertyRendererHelper, getSystemService, handleConfirmBeforeCompletingRequestEvent, setCockpitTypeService, setLabelService, setPropertyEditorHelper, setPropertyRendererHelper, setSystemServiceprotected static final String CSS_SEARCH_WIDGET_CONTAINER
protected static final String CSS_CATALOG_SELECTOR_CONTAINER
protected static final String CSS_CATALOG_SELECTOR_HIDE
protected static final String CSS_CATALOG_SELECTOR_LABEL
protected static final String CSS_CATALOG_SELECTOR_LISTBOX
protected static final String CSS_SEARCH_INPUT_BOX_CONTAINER
protected static final String CSS_SEARCH_BOX_ACTION_CONTAINER
protected static final String CSS_BTNGREEN
protected static final String CSS_FACET_CONTAINER
protected static final String CSS_SELECTED_FACETS_CONTAINER
protected static final String CSS_WIDGET_LISTBOX
protected static final String CSS_FIELD_NAME_CONTAINER
protected static final String CSS_FIELD_NAME
protected static final String CSS_FIELD_VALUE
protected static final String CSS_REMOVE_FACET_BUTTON
protected static final String CSS_RESET_FACETS_BUTTON
protected static final String CSS_AVAILABLE_FACETS_CONTAINER
protected static final String CSS_REFINE_SEARCH_LABEL
protected static final String CSS_FACET_OPTIONS_CONTAINER
protected static final String CSS_FACET_OPTIONS_LABEL
protected static final String CSS_FACET_OPTION_DIV
protected static final String CSS_FACET_VALUE_LABEL
protected static final String CSS_FACET_VALUE_COUNT
protected static final String CSS_RESULT_COUNT_LABEL
protected static final String CSS_ERROR_LABEL
protected static final String COCKPIT_ID_CART_SEARCH_INPUT
protected static final String COCKPIT_ID_CART_SEARCH_TYPE
protected static final String COCKPIT_ID_CART_SEARCH_BUTTON
public HtmlBasedComponent createContentInternal(InputWidget<BasketSearchWidgetModel,SearchCommandController<DefaultCsTextFacetSearchCommand>> widget, HtmlBasedComponent rootContainer)
AbstractCsWidgetRendererAbstractCsWidgetRenderer.createContent(Widget)).createContentInternal in class AbstractCsWidgetRenderer<InputWidget<BasketSearchWidgetModel,SearchCommandController<DefaultCsTextFacetSearchCommand>>>widget - the widgetrootContainer - the root html component that will be set as the content of the widgetprotected List<CatalogModel> getCatalogs(InputWidget<BasketSearchWidgetModel,SearchCommandController<DefaultCsTextFacetSearchCommand>> widget)
protected CatalogModel getSelectedCatalog(InputWidget<BasketSearchWidgetModel,SearchCommandController<DefaultCsTextFacetSearchCommand>> widget)
protected DefaultCsTextFacetSearchCommand buildSearchCommand(String text, CatalogModel catalog)
protected EventListener createNewCatalogSelectEventListener(InputWidget<BasketSearchWidgetModel,SearchCommandController<DefaultCsTextFacetSearchCommand>> widget, Listbox catalogSelector, Textbox searchInput)
protected EventListener createNewSearchEventListener(InputWidget<BasketSearchWidgetModel,SearchCommandController<DefaultCsTextFacetSearchCommand>> widget, Textbox searchInput)
protected EventListener createResetFacetsEventListener(InputWidget<BasketSearchWidgetModel,SearchCommandController<DefaultCsTextFacetSearchCommand>> widget)
protected EventListener createRemoveFacetEventListener(InputWidget<BasketSearchWidgetModel,SearchCommandController<DefaultCsTextFacetSearchCommand>> widget, CsSearchFacetValue facetValue)
protected EventListener createApplyFacetEventListener(InputWidget<BasketSearchWidgetModel,SearchCommandController<DefaultCsTextFacetSearchCommand>> widget, CsSearchFacetValue facetValue)
Copyright © 2017 SAP SE. All Rights Reserved.