public class PanelSkipEvent extends com.google.gwt.event.shared.GwtEvent<PanelSkipHandler>
| Constructor and Description |
|---|
PanelSkipEvent(Panel panel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(PanelSkipHandler handler) |
static <S extends HasPanelSkipHandlers> |
fire(S source,
Panel panel) |
com.google.gwt.event.shared.GwtEvent.Type<PanelSkipHandler> |
getAssociatedType() |
Panel |
getPanel() |
static com.google.gwt.event.shared.GwtEvent.Type<PanelSkipHandler> |
getType() |
assertLive, getSource, isLive, kill, revivepublic PanelSkipEvent(Panel panel)
public static com.google.gwt.event.shared.GwtEvent.Type<PanelSkipHandler> getType()
public static <S extends HasPanelSkipHandlers> void fire(S source, Panel panel)
public final com.google.gwt.event.shared.GwtEvent.Type<PanelSkipHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<PanelSkipHandler>protected void dispatch(PanelSkipHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<PanelSkipHandler>public Panel getPanel()