org.opennms.features.gwt.graph.resource.list.client.presenter
Class KscCustomReportListPresenter

java.lang.Object
  extended by org.opennms.features.gwt.graph.resource.list.client.presenter.DefaultResourceListPresenter
      extended by org.opennms.features.gwt.graph.resource.list.client.presenter.KscCustomReportListPresenter
All Implemented Interfaces:
Presenter, DefaultResourceListView.Presenter<ResourceListItem>, ResourceListView.Presenter<ResourceListItem>

public class KscCustomReportListPresenter
extends DefaultResourceListPresenter
implements Presenter


Nested Class Summary
static interface KscCustomReportListPresenter.SelectionDisplay
           
 
Nested classes/interfaces inherited from class org.opennms.features.gwt.graph.resource.list.client.presenter.DefaultResourceListPresenter
DefaultResourceListPresenter.SearchPopupDisplay
 
Constructor Summary
KscCustomReportListPresenter(DefaultResourceListView<ResourceListItem> view, DefaultResourceListPresenter.SearchPopupDisplay searchPopup, com.google.gwt.core.client.JsArray<ResourceListItem> dataList, KscCustomReportListPresenter.SelectionDisplay selectionDisplay, String baseUrl)
           
 
Method Summary
 void go(com.google.gwt.user.client.ui.HasWidgets container)
           
 void onResourceItemSelected()
           
 
Methods inherited from class org.opennms.features.gwt.graph.resource.list.client.presenter.DefaultResourceListPresenter
getBaseUrl, getView, onSearchButtonClicked, setBaseUrl, setView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KscCustomReportListPresenter

public KscCustomReportListPresenter(DefaultResourceListView<ResourceListItem> view,
                                    DefaultResourceListPresenter.SearchPopupDisplay searchPopup,
                                    com.google.gwt.core.client.JsArray<ResourceListItem> dataList,
                                    KscCustomReportListPresenter.SelectionDisplay selectionDisplay,
                                    String baseUrl)
Method Detail

go

public void go(com.google.gwt.user.client.ui.HasWidgets container)
Specified by:
go in interface Presenter
Overrides:
go in class DefaultResourceListPresenter

onResourceItemSelected

public void onResourceItemSelected()
Specified by:
onResourceItemSelected in interface ResourceListView.Presenter<ResourceListItem>
Overrides:
onResourceItemSelected in class DefaultResourceListPresenter


Copyright © 2011. All Rights Reserved.