public class SavedQueriesWidgetController
extends DefaultWidgetController
| Modifier and Type | Field and Description |
|---|---|
static String |
SETTING_SHARED_QUERIES_INITIALLY_VISIBLE |
static String |
SOCKET_OUT_ADV_SEARCH_INIT_CTX |
| Constructor and Description |
|---|
SavedQueriesWidgetController() |
public static final String SOCKET_OUT_ADV_SEARCH_INIT_CTX
public static final String SETTING_SHARED_QUERIES_INITIALLY_VISIBLE
public void initialize(Component comp)
protected void initializeListBox()
protected String getSavedQueryNameWithFallback(BackofficeSavedQueryModel queryModel)
protected void highlightRecentlyAdded(Listitem listitem,
BackofficeSavedQueryModel queryModel)
protected void initializeListModel()
protected void initializeListModel(String filterText)
protected void initializeQueriesFilter()
protected List<BackofficeSavedQueryModel> filterQueries(String filter)
protected void sendInitContext(BackofficeSavedQueryModel selectedQuery)
protected String getNotificationSource()
protected void showRemoveConfirmationMessage(BackofficeSavedQueryModel queryModel)
protected void showMissingAttributesMessage(BackofficeSavedQueryModel queryModel, Collection<String> missingAttributes)
protected void fetchSavedQueriesAsync()
public void handleObjectCreateEvent(CockpitEvent event)
public void handleObjectUpdatedEvent(CockpitEvent event)
public void handleObjectsDeletedEvent(CockpitEvent event)
public List<BackofficeSavedQueryModel> getAllQueries()
public Timer getHighlightTimer()
public void setHighlightTimer(Timer highlightTimer)
public Listbox getListbox()
public void setListbox(Listbox listbox)
public <any> getListModel()
public void setListModel(<any> listModel)
public BackofficeSavedQueriesService getBackofficeSavedQueriesService()
public ObjectFacade getObjectFacade()
public LabelService getLabelService()
public UserService getUserService()
public Checkbox getSharedCheckBox()
public Toolbarbutton getShowQueriesFilterBtn()
public Textbox getFilterTextbox()
Copyright © 2017 SAP SE. All Rights Reserved.