public class PanelShowEvent extends com.google.gwt.event.shared.GwtEvent<PanelShowHandler> implements Cancellable
| Constructor and Description |
|---|
PanelShowEvent(Panel panel) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
false to prevent this event from bubbling to this widget's parent, true or undefined to bubble.
|
protected void |
dispatch(PanelShowHandler handler) |
static <S extends HasPanelShowHandlers & com.google.gwt.event.shared.HasHandlers> |
fire(S source,
Panel panel) |
com.google.gwt.event.shared.GwtEvent.Type<PanelShowHandler> |
getAssociatedType() |
Panel |
getPanel() |
static com.google.gwt.event.shared.GwtEvent.Type<PanelShowHandler> |
getType() |
boolean |
isCancelled() |
assertLive, getSource, isLive, kill, revivepublic PanelShowEvent(Panel panel)
public static <S extends HasPanelShowHandlers & com.google.gwt.event.shared.HasHandlers> void fire(S source, Panel panel)
public static com.google.gwt.event.shared.GwtEvent.Type<PanelShowHandler> getType()
public com.google.gwt.event.shared.GwtEvent.Type<PanelShowHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<PanelShowHandler>protected void dispatch(PanelShowHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<PanelShowHandler>public Panel getPanel()
public void cancel()
cancel in interface Cancellablepublic boolean isCancelled()
isCancelled in interface Cancellable