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)
protected void handleSavedQueryUpdatedEvent(BackofficeSavedQueryModel query)
public void handleObjectsDeletedEvent(CockpitEvent event)
protected void handleObjectsDeletedEventData(BackofficeSavedQueryModel removedQuery)
public java.util.List<BackofficeSavedQueryModel> getAllQueries()
public Listbox getListbox()
public void setListbox(Listbox listbox)
public <any> getListModel()
public void setListModel(<any> listModel)
public Checkbox getSharedCheckBox()
public Toolbarbutton getShowQueriesFilterBtn()
public Textbox getFilterTextbox()
public BackofficeSavedQueriesService getBackofficeSavedQueriesService()
public void setBackofficeSavedQueriesService(BackofficeSavedQueriesService backofficeSavedQueriesService)
public ObjectFacade getObjectFacade()
public void setObjectFacade(ObjectFacade objectFacade)
public LabelService getLabelService()
public void setLabelService(LabelService labelService)
public UserService getUserService()
public void setUserService(UserService userService)
protected NotificationService getNotificationService()
public void setNotificationService(NotificationService notificationService)
public CockpitEventQueue getCockpitEventQueue()
public void setCockpitEventQueue(CockpitEventQueue cockpitEventQueue)
public ModelService getModelService()
public void setModelService(ModelService modelService)
Copyright © 2018 SAP SE. All Rights Reserved.