org.gwtbootstrap3.client.shared.event
Class ModalHideEvent

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

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

ModalHideEvent

public ModalHideEvent(Modal modal,
                      Event nativeEvent)
Method Detail

getType

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

dispatch

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


Copyright © 2015. All rights reserved.