Package | Description |
---|---|
com.gwtplatform.mvp.client | |
com.gwtplatform.mvp.client.proxy |
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<RequestTabsHandler> |
RequestTabsEvent.getAssociatedType() |
Modifier and Type | Method and Description |
---|---|
protected void |
RequestTabsEvent.dispatch(RequestTabsHandler handler) |
Modifier and Type | Method and Description |
---|---|
static void |
RequestTabsEvent.fire(HasHandlers source,
GwtEvent.Type<RequestTabsHandler> type,
TabContainerPresenter<?,?> tabContainer)
Fires a
RequestTabsEvent with a specific
GwtEvent.Type into a source that has access to an
EventBus . |
Constructor and Description |
---|
RequestTabsEvent(GwtEvent.Type<RequestTabsHandler> type,
TabContainerPresenter<?,?> tabContainer)
Creates an event for requesting the tabs that should be displayed in a
TabContainerPresenter . |
TabContainerPresenter(EventBus eventBus,
V view,
Proxy_ proxy,
Object tabContentSlot,
GwtEvent.Type<RequestTabsHandler> requestTabsEventType)
Creates a
TabContainerPresenter 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)
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. |
TabContainerPresenter(EventBus eventBus,
V view,
Proxy_ proxy,
Object tabContentSlot,
GwtEvent.Type<RequestTabsHandler> requestTabsEventType,
Presenter.RevealType revealType)
Creates a
TabContainerPresenter that uses automatic binding. |
Modifier and Type | Field and Description |
---|---|
protected GwtEvent.Type<RequestTabsHandler> |
NonLeafTabContentProxyImpl.requestTabsEventType |
Copyright © 2010–2014 Arcbees. All rights reserved.