org.apache.cxf.management.web.browser.client.ui
Class BasePresenter
java.lang.Object
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
|
|
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 |
eventBus
@Nonnull
protected final com.google.gwt.event.shared.EventBus eventBus
BasePresenter
public BasePresenter(@Nonnull
com.google.gwt.event.shared.EventBus eventBus,
@Nonnull
View view,
@Nonnull
BindStrategy bindStrategy)
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