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