public class ModalShownEvent extends GwtEvent<ModalShownHandler> implements ModalEvent
GwtEvent.Type<H>| Constructor and Description |
|---|
ModalShownEvent(Modal modal,
Event nativeEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ModalShownHandler handler) |
GwtEvent.Type<ModalShownHandler> |
getAssociatedType() |
Modal |
getModal() |
Event |
getNativeEvent() |
static GwtEvent.Type<ModalShownHandler> |
getType() |
setSource, toDebugString, toStringpublic ModalShownEvent(Modal modal, Event nativeEvent)
public static GwtEvent.Type<ModalShownHandler> getType()
public Modal getModal()
getModal in interface ModalEventpublic Event getNativeEvent()
getNativeEvent in interface ModalEventpublic GwtEvent.Type<ModalShownHandler> getAssociatedType()
getAssociatedType in class GwtEvent<ModalShownHandler>protected void dispatch(ModalShownHandler handler)
dispatch in class GwtEvent<ModalShownHandler>Copyright © 2017. All rights reserved.