org.opennms.features.gwt.ksc.combobox.client.presenter
Class KscComboboxPresenter

java.lang.Object
  extended by org.opennms.features.gwt.ksc.combobox.client.presenter.KscComboboxPresenter
All Implemented Interfaces:
Presenter, KscComboboxView.Presenter<KscReportDetail>

public class KscComboboxPresenter
extends Object
implements Presenter, KscComboboxView.Presenter<KscReportDetail>


Constructor Summary
KscComboboxPresenter(KscComboboxViewImpl view, com.google.gwt.core.client.JsArray<KscReportDetail> kscReportDetails)
           
 
Method Summary
 String getBaseHref()
           
 void go(com.google.gwt.user.client.ui.HasWidgets container)
           
 void onEnterKeyEvent()
           
 void onKscReportSelected()
           
 void onSearchButtonClicked()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KscComboboxPresenter

public KscComboboxPresenter(KscComboboxViewImpl view,
                            com.google.gwt.core.client.JsArray<KscReportDetail> kscReportDetails)
Method Detail

onSearchButtonClicked

public void onSearchButtonClicked()
Specified by:
onSearchButtonClicked in interface KscComboboxView.Presenter<KscReportDetail>

onEnterKeyEvent

public void onEnterKeyEvent()
Specified by:
onEnterKeyEvent in interface KscComboboxView.Presenter<KscReportDetail>

onKscReportSelected

public void onKscReportSelected()
Specified by:
onKscReportSelected in interface KscComboboxView.Presenter<KscReportDetail>

go

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

getBaseHref

public final String getBaseHref()


Copyright © 2011. All Rights Reserved.