org.opennms.features.gwt.graph.resource.list.client.presenter
Class DefaultResourceListPresenter
java.lang.Object
org.opennms.features.gwt.graph.resource.list.client.presenter.DefaultResourceListPresenter
- All Implemented Interfaces:
- Presenter, DefaultResourceListView.Presenter<ResourceListItem>, ResourceListView.Presenter<ResourceListItem>
- Direct Known Subclasses:
- KscCustomReportListPresenter, KscGraphResourceListPresenter, KscReportListPresenter
public class DefaultResourceListPresenter
- extends Object
- implements Presenter, DefaultResourceListView.Presenter<ResourceListItem>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultResourceListPresenter
public DefaultResourceListPresenter(DefaultResourceListView<ResourceListItem> view,
DefaultResourceListPresenter.SearchPopupDisplay searchPopup,
com.google.gwt.core.client.JsArray<ResourceListItem> dataList,
String baseUrl)
go
public void go(com.google.gwt.user.client.ui.HasWidgets container)
- Specified by:
go in interface Presenter
onResourceItemSelected
public void onResourceItemSelected()
- Specified by:
onResourceItemSelected in interface ResourceListView.Presenter<ResourceListItem>
onSearchButtonClicked
public void onSearchButtonClicked()
- Specified by:
onSearchButtonClicked in interface ResourceListView.Presenter<ResourceListItem>
setView
public void setView(DefaultResourceListView<ResourceListItem> view)
getView
public DefaultResourceListView<ResourceListItem> getView()
setBaseUrl
public void setBaseUrl(String baseUrl)
getBaseUrl
public String getBaseUrl()
Copyright © 2011. All Rights Reserved.