|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EventBus | |
|---|---|
| net.customware.gwt.presenter.client | |
| net.customware.gwt.presenter.client.place | |
| net.customware.gwt.presenter.client.widget | |
| Uses of EventBus in net.customware.gwt.presenter.client |
|---|
| Classes in net.customware.gwt.presenter.client that implement EventBus | |
|---|---|
class |
DefaultEventBus
|
| Fields in net.customware.gwt.presenter.client declared as EventBus | |
|---|---|
protected EventBus |
BasicPresenter.eventBus
The EventBus for the application. |
| Methods in net.customware.gwt.presenter.client with parameters of type EventBus | |
|---|---|
static void |
PresenterRevealedEvent.fire(EventBus eventBus,
Presenter presenter)
Fires a PresenterRevealedEvent into the EventBus, specifying that it
was the originator. |
static void |
PresenterChangedEvent.fire(EventBus eventBus,
Presenter presenter)
|
static void |
PresenterRevealedEvent.fire(EventBus eventBus,
Presenter presenter,
boolean originator)
Fires the event into the provided EventBus. |
| Constructors in net.customware.gwt.presenter.client with parameters of type EventBus | |
|---|---|
BasicPresenter(D display,
EventBus eventBus)
|
|
| Uses of EventBus in net.customware.gwt.presenter.client.place |
|---|
| Methods in net.customware.gwt.presenter.client.place with parameters of type EventBus | |
|---|---|
void |
PresenterPlace.addHandlers(EventBus eventBus)
|
void |
Place.addHandlers(EventBus eventBus)
This method is called if the place should register itself with the event bus. |
static void |
PlaceRevealedEvent.fire(EventBus eventBus,
Place place)
Call this method to fire place revealed events. |
static void |
PlaceChangedEvent.fire(EventBus eventBus,
Place place)
|
static void |
PlaceRequestEvent.fire(EventBus eventBus,
PlaceRequest request)
|
void |
PresenterPlace.removeHandlers(EventBus eventBus)
|
void |
Place.removeHandlers(EventBus eventBus)
This method is called when it should deregister any event handlers that were registered with the Place.addHandlers(net.customware.gwt.presenter.client.EventBus) method. |
| Constructors in net.customware.gwt.presenter.client.place with parameters of type EventBus | |
|---|---|
DefaultPlaceManager(EventBus eventBus,
TokenFormatter tokenFormatter)
|
|
DefaultPlaceManager(EventBus eventBus,
TokenFormatter tokenFormatter,
Place... places)
|
|
| Uses of EventBus in net.customware.gwt.presenter.client.widget |
|---|
| Constructors in net.customware.gwt.presenter.client.widget with parameters of type EventBus | |
|---|---|
DeckPresenter(DeckDisplay display,
EventBus eventBus,
WidgetPresenter<?>... presenters)
|
|
WidgetContainerPresenter(T display,
EventBus eventBus,
WidgetPresenter<?>... presenters)
|
|
WidgetPresenter(D display,
EventBus eventBus)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||