public class SavedQueriesWidgetController
extends DefaultWidgetController
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SETTING_SHARED_QUERIES_INITIALLY_VISIBLE |
static java.lang.String |
SOCKET_OUT_ADV_SEARCH_INIT_CTX |
| Constructor and Description |
|---|
SavedQueriesWidgetController() |
public static final java.lang.String SOCKET_OUT_ADV_SEARCH_INIT_CTX
public static final java.lang.String SETTING_SHARED_QUERIES_INITIALLY_VISIBLE
public void initialize(Component comp)
protected void initializeListBox()
protected java.lang.String getSavedQueryNameWithFallback(BackofficeSavedQueryModel queryModel)
protected void highlightRecentlyAdded(Listitem listitem,
BackofficeSavedQueryModel queryModel)
protected void initializeListModel()
protected void initializeListModel(java.lang.String filterText)
protected void initializeQueriesFilter()
protected java.util.List<BackofficeSavedQueryModel> filterQueries(java.lang.String filter)
protected void sendInitContext(BackofficeSavedQueryModel selectedQuery)
protected java.lang.String getNotificationSource()
protected void showRemoveConfirmationMessage(BackofficeSavedQueryModel queryModel)
protected void showMissingAttributesMessage(BackofficeSavedQueryModel queryModel, java.util.Collection<java.lang.String> missingAttributes)
protected void fetchSavedQueriesAsync()
public void handleObjectCreateEvent(CockpitEvent event)
public void handleObjectUpdatedEvent(CockpitEvent event)
public void handleObjectsDeletedEvent(CockpitEvent event)
public java.util.List<BackofficeSavedQueryModel> getAllQueries()
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.