org.opennms.gwt.web.ui.asset.client.presenter
Class AssetPagePresenter

java.lang.Object
  extended by org.opennms.gwt.web.ui.asset.client.presenter.AssetPagePresenter
All Implemented Interfaces:
Presenter

public class AssetPagePresenter
extends Object
implements Presenter

Author:
Markus Neumann Presenter to mangage asset page for displaying and editing assets.

Nested Class Summary
static interface AssetPagePresenter.Display
          Interface that defines the asset page to show edit and create new assets.
 
Constructor Summary
AssetPagePresenter(AssetServiceAsync rpcService, com.google.gwt.event.shared.HandlerManager eventBus, AssetPagePresenter.Display view)
           
 
Method Summary
 void bind()
          adds actions to all buttons of AssetPagePresenter.Display.
 void go(com.google.gwt.user.client.ui.HasWidgets container)
          start up the presenter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssetPagePresenter

public AssetPagePresenter(AssetServiceAsync rpcService,
                          com.google.gwt.event.shared.HandlerManager eventBus,
                          AssetPagePresenter.Display view)
Method Detail

bind

public void bind()
adds actions to all buttons of AssetPagePresenter.Display.


go

public void go(com.google.gwt.user.client.ui.HasWidgets container)
start up the presenter.

Specified by:
go in interface Presenter


Copyright © 2011. All Rights Reserved.