org.hudsonci.maven.plugin.ui.gwt.buildinfo.internal
Class MainPanelPresenterImpl
java.lang.Object
org.hudsonci.maven.plugin.ui.gwt.buildinfo.internal.MainPanelPresenterImpl
- All Implemented Interfaces:
- MainPanelPresenter
@Singleton
public class MainPanelPresenterImpl
- extends Object
- implements MainPanelPresenter
Implementation of MainPanelPresenter.
- Since:
- 2.1.0
- Author:
- Jamie Whitehouse
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MainPanelPresenterImpl
@Inject
public MainPanelPresenterImpl(MainPanelPresenter.MainPanelView view,
com.google.gwt.user.client.ui.IsWidget firstDisplay,
com.google.gwt.event.shared.EventBus eventBus,
BuildInformationManager dataManager)
bind
public void bind(com.google.gwt.user.client.ui.HasWidgets container)
- Specified by:
bind in interface MainPanelPresenter
setBuildStates
public void setBuildStates(List<BuildStateDTO> buildStates)
- Specified by:
setBuildStates in interface MainPanelPresenter
buildStateSelected
public void buildStateSelected(int selectedIndex)
- Specified by:
buildStateSelected in interface MainPanelPresenter
selectModuleInfo
public void selectModuleInfo()
- Specified by:
selectModuleInfo in interface MainPanelPresenter
refresh
public void refresh()
- Specified by:
refresh in interface MainPanelPresenter
Copyright © 2004-2011 Hudson. All Rights Reserved.