org.gwtbootstrap3.client.shared.event
Class ModalHiddenEvent

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

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

ModalHiddenEvent

public ModalHiddenEvent(Modal modal,
                        Event nativeEvent)
Method Detail

getType

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

dispatch

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


Copyright © 2015. All rights reserved.