public class TabShowEvent extends GwtEvent<TabShowHandler> implements TabEvent
GwtEvent.Type<H>| Constructor and Description |
|---|
TabShowEvent(TabListItem tab,
Event nativeEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(TabShowHandler handler) |
GwtEvent.Type<TabShowHandler> |
getAssociatedType() |
Event |
getNativeEvent() |
TabListItem |
getTab() |
static GwtEvent.Type<TabShowHandler> |
getType() |
setSource, toDebugString, toStringpublic TabShowEvent(TabListItem tab, Event nativeEvent)
public static GwtEvent.Type<TabShowHandler> getType()
public TabListItem getTab()
public Event getNativeEvent()
getNativeEvent in interface TabEventpublic GwtEvent.Type<TabShowHandler> getAssociatedType()
getAssociatedType in class GwtEvent<TabShowHandler>protected void dispatch(TabShowHandler handler)
dispatch in class GwtEvent<TabShowHandler>Copyright © 2017. All rights reserved.