org.apache.cxf.management.web.browser.client.ui
Class BasePresenter

java.lang.Object
  extended by org.apache.cxf.management.web.browser.client.ui.BasePresenter
All Implemented Interfaces:
Presenter
Direct Known Subclasses:
BrowsePresenter, EditCriteriaPresenter, NavigationHeaderPresenter, NavigationSidebarPresenter, SettingsPresenter, ViewerPresenter

public abstract class BasePresenter
extends Object
implements Presenter


Field Summary
protected  com.google.gwt.event.shared.EventBus eventBus
           
 
Constructor Summary
BasePresenter(com.google.gwt.event.shared.EventBus eventBus, View view, BindStrategy bindStrategy)
           
 
Method Summary
 void go(com.google.gwt.user.client.ui.HasWidgets container)
           
protected  void registerHandler(com.google.gwt.event.shared.HandlerRegistration handlerRegistration)
           
 void unbind()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventBus

@Nonnull
protected final com.google.gwt.event.shared.EventBus eventBus
Constructor Detail

BasePresenter

public BasePresenter(@Nonnull
                     com.google.gwt.event.shared.EventBus eventBus,
                     @Nonnull
                     View view,
                     @Nonnull
                     BindStrategy bindStrategy)
Method Detail

go

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

unbind

public void unbind()
Specified by:
unbind in interface Presenter

registerHandler

protected void registerHandler(@Nonnull
                               com.google.gwt.event.shared.HandlerRegistration handlerRegistration)


Apache CXF