public class TabSelectedEvent extends BrowserEvent<TabSelectedHandler>
GwtEvent.Type<H>
jsObj
Constructor and Description |
---|
TabSelectedEvent(JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(TabSelectedHandler handler) |
static <S extends HasTabSelectedHandlers & HasHandlers> |
fire(S source,
JavaScriptObject jsObj)
Fires a open event on all registered handlers in the handler manager.If no
such handlers exist, this method will do nothing.
|
GwtEvent.Type<TabSelectedHandler> |
getAssociatedType() |
java.lang.String |
getID()
id of the tab
|
java.lang.String |
getName()
the name of the newly selected tab
|
Tab |
getTab()
the tab object (not tab button instance)
|
int |
getTabNum()
number of the tab
|
Canvas |
getTabPane()
pane for this tab
|
static GwtEvent.Type<TabSelectedHandler> |
getType()
Gets the type associated with this event.
|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public TabSelectedEvent(JavaScriptObject jsObj)
public static <S extends HasTabSelectedHandlers & HasHandlers> void fire(S source, JavaScriptObject jsObj)
S
- The event sourcesource
- the source of the handlersjsObj
- the native eventpublic static GwtEvent.Type<TabSelectedHandler> getType()
protected void dispatch(TabSelectedHandler handler)
dispatch
in class GwtEvent<TabSelectedHandler>
public final GwtEvent.Type<TabSelectedHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<TabSelectedHandler>
public int getTabNum()
public Canvas getTabPane()
public java.lang.String getID()
public Tab getTab()
public java.lang.String getName()