Package | Description |
---|---|
com.gwtplatform.mvp.client | |
com.gwtplatform.mvp.client.proxy |
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<ChangeTabHandler> |
ChangeTabEvent.getAssociatedType() |
Modifier and Type | Method and Description |
---|---|
protected void |
ChangeTabEvent.dispatch(ChangeTabHandler handler) |
Modifier and Type | Method and Description |
---|---|
static void |
ChangeTabEvent.fire(HasHandlers source,
GwtEvent.Type<ChangeTabHandler> type,
TabContentProxy<?> tabContentProxy)
|
Constructor and Description |
---|
ChangeTabEvent(GwtEvent.Type<ChangeTabHandler> type,
TabContentProxy<?> tabContentProxy)
Creates an event for requesting the modification to a tab displayed in a
TabContainerPresenter . |
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. |
Modifier and Type | Field and Description |
---|---|
protected GwtEvent.Type<ChangeTabHandler> |
NonLeafTabContentProxyImpl.changeTabEventType |
Copyright © 2010–2014 Arcbees. All rights reserved.