org.hudsonci.maven.plugin.ui.gwt.buildinfo.internal
Class MainPanelPresenterImpl

java.lang.Object
  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.hudsonci.maven.plugin.ui.gwt.buildinfo.MainPanelPresenter
MainPanelPresenter.MainPanelView
 
Constructor Summary
MainPanelPresenterImpl(MainPanelPresenter.MainPanelView view, com.google.gwt.user.client.ui.IsWidget firstDisplay, com.google.gwt.event.shared.EventBus eventBus, BuildInformationManager dataManager)
           
 
Method Summary
 void bind(com.google.gwt.user.client.ui.HasWidgets container)
           
 void buildStateSelected(int selectedIndex)
           
 void refresh()
           
 void selectModuleInfo()
           
 void setBuildStates(List<BuildStateDTO> buildStates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainPanelPresenterImpl

@Inject
public MainPanelPresenterImpl(MainPanelPresenter.MainPanelView view,
                                     com.google.gwt.user.client.ui.IsWidget firstDisplay,
                                     com.google.gwt.event.shared.EventBus eventBus,
                                     BuildInformationManager dataManager)
Method Detail

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.