| Modifier and Type | Field and Description |
|---|---|
static GwtEvent.Type<RevealContentHandler<?>> |
ApplicationPresenter.SLOT_MAIN_CONTENT |
| Modifier and Type | Field and Description |
|---|---|
static GwtEvent.Type<RevealContentHandler<?>> |
RootCarPresenter.TYPE_SetCarContent |
| Modifier and Type | Method and Description |
|---|---|
protected GwtEvent.Type<RevealContentHandler<?>> |
Presenter.getSlot()
Returns the slot where this presenter is to be revealed.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Presenter.setSlot(GwtEvent.Type<RevealContentHandler<?>> slot)
Set the slot where this presenter is to be revealed.
|
| Constructor and Description |
|---|
Presenter(EventBus eventBus,
V view,
Proxy_ proxy,
GwtEvent.Type<RevealContentHandler<?>> slot)
Creates a
Presenter that uses automatic binding. |
Presenter(EventBus eventBus,
V view,
Proxy_ proxy,
Presenter.RevealType revealType,
GwtEvent.Type<RevealContentHandler<?>> slot)
Creates a
Presenter that uses automatic binding. |
TabContainerPresenter(EventBus eventBus,
V view,
Proxy_ proxy,
Object tabContentSlot,
GwtEvent.Type<RequestTabsHandler> requestTabsEventType,
GwtEvent.Type<ChangeTabHandler> changeTabType,
GwtEvent.Type<RevealContentHandler<?>> slot)
Creates a
TabContainerPresenter that uses automatic binding. |
TabContainerPresenter(EventBus eventBus,
V view,
Proxy_ proxy,
Object tabContentSlot,
GwtEvent.Type<RequestTabsHandler> requestTabsEventType,
GwtEvent.Type<ChangeTabHandler> changeTabType,
Presenter.RevealType revealType,
GwtEvent.Type<RevealContentHandler<?>> slot)
Creates a
TabContainerPresenter that uses automatic binding. |
TabContainerPresenter(EventBus eventBus,
V view,
Proxy_ proxy,
Object tabContentSlot,
GwtEvent.Type<RequestTabsHandler> requestTabsEventType,
GwtEvent.Type<RevealContentHandler<?>> slot)
Creates a
TabContainerPresenter that uses automatic binding. |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<RevealContentHandler<?>> |
RevealContentEvent.getAssociatedType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RevealContentEvent.dispatch(RevealContentHandler<?> handler) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RevealContentEvent.fire(HasHandlers source,
GwtEvent.Type<RevealContentHandler<?>> type,
Presenter<?,?> content)
Fires a
RevealContentEvent with a specific GwtEvent.Type
into a source that has access to an EventBus. |
| Constructor and Description |
|---|
RevealContentEvent(GwtEvent.Type<RevealContentHandler<?>> type,
Presenter<?,?> content) |
Copyright © 2010-2014 ArcBees. All Rights Reserved.