org.gwtbootstrap3.client.shared.event
Class ModalShowEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<ModalShowHandler>
org.gwtbootstrap3.client.shared.event.ModalShowEvent
- All Implemented Interfaces:
- ModalEvent
public class ModalShowEvent
- extends GwtEvent<ModalShowHandler>
- implements ModalEvent
- Author:
- Sven Jacobs
ModalShowEvent
public ModalShowEvent(Modal modal,
Event nativeEvent)
getType
public static GwtEvent.Type<ModalShowHandler> getType()
getModal
public Modal getModal()
- Specified by:
getModal in interface ModalEvent
getNativeEvent
public Event getNativeEvent()
- Specified by:
getNativeEvent in interface ModalEvent
getAssociatedType
public GwtEvent.Type<ModalShowHandler> getAssociatedType()
- Overrides:
getAssociatedType in class GwtEvent<ModalShowHandler>
dispatch
protected void dispatch(ModalShowHandler handler)
- Specified by:
dispatch in class GwtEvent<ModalShowHandler>
Copyright © 2015. All rights reserved.