org.gwtbootstrap3.client.shared.event
Class ModalShownEvent

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

public class ModalShownEvent
extends GwtEvent<ModalShownHandler>
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
ModalShownEvent(Modal modal, Event nativeEvent)
           
 
Method Summary
protected  void dispatch(ModalShownHandler handler)
           
 GwtEvent.Type<ModalShownHandler> getAssociatedType()
           
 Modal getModal()
           
 Event getNativeEvent()
           
static GwtEvent.Type<ModalShownHandler> 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

ModalShownEvent

public ModalShownEvent(Modal modal,
                       Event nativeEvent)
Method Detail

getType

public static GwtEvent.Type<ModalShownHandler> 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<ModalShownHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<ModalShownHandler>

dispatch

protected void dispatch(ModalShownHandler handler)
Specified by:
dispatch in class GwtEvent<ModalShownHandler>


Copyright © 2015. All rights reserved.