org.gwtbootstrap3.client.shared.event
Class ModalShowEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<ModalShowHandler>
          extended by org.gwtbootstrap3.client.shared.event.ModalShowEvent
All Implemented Interfaces:
ModalEvent

public class ModalShowEvent
extends GwtEvent<ModalShowHandler>
implements ModalEvent

Author:
Sven Jacobs

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
ModalShowEvent(Modal modal, Event nativeEvent)
           
 
Method Summary
protected  void dispatch(ModalShowHandler handler)
           
 GwtEvent.Type<ModalShowHandler> getAssociatedType()
           
 Modal getModal()
           
 Event getNativeEvent()
           
static GwtEvent.Type<ModalShowHandler> getType()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModalShowEvent

public ModalShowEvent(Modal modal,
                      Event nativeEvent)
Method Detail

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.