public static class TabPanel.ShownEvent extends com.google.gwt.event.dom.client.DomEvent<TabPanel.ShownEvent.Handler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
TabPanel.ShownEvent.Handler |
| Modifier | Constructor and Description |
|---|---|
protected |
TabPanel.ShownEvent() |
|
TabPanel.ShownEvent(com.google.gwt.dom.client.NativeEvent event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(TabPanel.ShownEvent.Handler handler) |
com.google.gwt.event.dom.client.DomEvent.Type<TabPanel.ShownEvent.Handler> |
getAssociatedType() |
TabLink |
getRelatedTarget()
Get relatedTarget。
|
TabLink |
getTarget()
Get target
|
void |
setRelatedTarget(TabLink relatedTarget)
Set relatedTarget
|
void |
setTarget(TabLink target)
Set target
|
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagationassertLive, getSource, isLive, kill, reviveprotected TabPanel.ShownEvent()
public TabPanel.ShownEvent(com.google.gwt.dom.client.NativeEvent event)
protected void dispatch(TabPanel.ShownEvent.Handler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<TabPanel.ShownEvent.Handler>public com.google.gwt.event.dom.client.DomEvent.Type<TabPanel.ShownEvent.Handler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.dom.client.DomEvent<TabPanel.ShownEvent.Handler>public TabLink getTarget()
public void setTarget(TabLink target)
target - targetpublic TabLink getRelatedTarget()
public void setRelatedTarget(TabLink relatedTarget)
relatedTarget - relatedTargetCopyright © 2016. All rights reserved.