|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.customware.gwt.presenter.client.BasicPresenter<D>
net.customware.gwt.presenter.client.widget.WidgetPresenter<D>
D
- The WidgetDisplay
type.public abstract class WidgetPresenter<D extends WidgetDisplay>
Abstract super-class for BasicPresenter
s that work with GWT
Widget
s via WidgetDisplay
s.
Field Summary |
---|
Fields inherited from class net.customware.gwt.presenter.client.BasicPresenter |
---|
display, eventBus |
Constructor Summary | |
---|---|
WidgetPresenter(D display,
EventBus eventBus)
|
Method Summary |
---|
Methods inherited from class net.customware.gwt.presenter.client.BasicPresenter |
---|
bind, getDisplay, getPlace, getPlaceRequest, onBind, onPlaceRequest, onUnbind, registerHandler, unbind |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.customware.gwt.presenter.client.Presenter |
---|
refreshDisplay, revealDisplay |
Constructor Detail |
---|
public WidgetPresenter(D display, EventBus eventBus)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |