public class SearchConfigurationAdapterController
extends DefaultWidgetController
| Modifier and Type | Class and Description |
|---|---|
protected class |
SearchConfigurationAdapterController.AsSearchConfigurationChangedObserver |
| Modifier and Type | Field and Description |
|---|---|
protected AsSearchConfigurationFacade |
asSearchConfigurationFacade |
protected static java.lang.String |
AUTO_SAVE_ENABLED_PARAM |
protected ModelService |
modelService |
protected NotificationService |
notificationService |
protected static java.lang.String |
REFRESH_SEARCH_CONFIGURATION_IN_SOCKET |
protected static java.lang.String |
REFRESH_SEARCH_OUT_SOCKET |
protected static java.lang.String |
SEARCH_CONFIGURATION_OUT_SOCKET |
protected static java.lang.String |
SEARCH_RESULT_KEY |
protected Widgetslot |
searchConfigurationEditor |
protected static java.lang.String |
VALUE_CHANGED_OBSERVER_ID |
| Constructor and Description |
|---|
SearchConfigurationAdapterController() |
| Modifier and Type | Method and Description |
|---|---|
void |
onSearchConfigurationChanged(java.lang.Object searchConfiguration)
Event handler for search configuration changes.
|
void |
onSearchRequest(AbstractSearchRequestData request) |
void |
onSearchResultChanged(SearchResultData searchResult)
Event handler for search result changes.
|
protected void |
refreshSearch() |
protected static final java.lang.String AUTO_SAVE_ENABLED_PARAM
protected static final java.lang.String REFRESH_SEARCH_CONFIGURATION_IN_SOCKET
protected static final java.lang.String SEARCH_CONFIGURATION_OUT_SOCKET
protected static final java.lang.String REFRESH_SEARCH_OUT_SOCKET
protected static final java.lang.String SEARCH_RESULT_KEY
protected static final java.lang.String VALUE_CHANGED_OBSERVER_ID
protected Widgetslot searchConfigurationEditor
protected transient ModelService modelService
protected transient NotificationService notificationService
protected transient AsSearchConfigurationFacade asSearchConfigurationFacade
public SearchConfigurationAdapterController()
public void onSearchResultChanged(SearchResultData searchResult)
searchResult - - the search resultpublic void onSearchConfigurationChanged(java.lang.Object searchConfiguration)
searchConfiguration - - the updated search configurationprotected void refreshSearch()
public void onSearchRequest(AbstractSearchRequestData request)
Copyright © 2018 SAP SE. All Rights Reserved.