public final class ChangeTabEvent extends GwtEvent<ChangeTabHandler>
TabContainerPresenter
wants to change
its information.GwtEvent.Type<H>
Constructor and Description |
---|
ChangeTabEvent(GwtEvent.Type<ChangeTabHandler> type,
TabContentProxy<?> tabContentProxy)
Creates an event for requesting the modification to a tab displayed in a
TabContainerPresenter . |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(ChangeTabHandler handler) |
static void |
fire(HasHandlers source,
GwtEvent.Type<ChangeTabHandler> type,
TabContentProxy<?> tabContentProxy)
|
GwtEvent.Type<ChangeTabHandler> |
getAssociatedType() |
TabContentProxy<?> |
getTabContentProxy() |
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public ChangeTabEvent(GwtEvent.Type<ChangeTabHandler> type, TabContentProxy<?> tabContentProxy)
TabContainerPresenter
.type
- The specific GwtEvent.Type
of this event.tabContentProxy
- The TabContentProxy
for this tab, with modified information.public static void fire(HasHandlers source, GwtEvent.Type<ChangeTabHandler> type, TabContentProxy<?> tabContentProxy)
source
- The source that fires this event (HasHandlers
).type
- The specific event GwtEvent.Type
.tabContentProxy
- The TabContentProxy
for this tab, with modified information.public GwtEvent.Type<ChangeTabHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<ChangeTabHandler>
public TabContentProxy<?> getTabContentProxy()
protected void dispatch(ChangeTabHandler handler)
dispatch
in class GwtEvent<ChangeTabHandler>
Copyright © 2010–2014 Arcbees. All rights reserved.