org.gwtbootstrap3.extras.datepicker.client.ui.base.events
Class ClearDateEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<ClearDateHandler>
          extended by org.gwtbootstrap3.extras.datepicker.client.ui.base.events.ClearDateEvent

public class ClearDateEvent
extends GwtEvent<ClearDateHandler>

Author:
Matt Davis

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
ClearDateEvent(Event nativeEvent)
           
 
Method Summary
protected  void dispatch(ClearDateHandler handler)
           
 GwtEvent.Type<ClearDateHandler> getAssociatedType()
           
 Event getNativeEvent()
           
static GwtEvent.Type<ClearDateHandler> 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

ClearDateEvent

public ClearDateEvent(Event nativeEvent)
Method Detail

getType

public static GwtEvent.Type<ClearDateHandler> getType()

getNativeEvent

public Event getNativeEvent()

getAssociatedType

public GwtEvent.Type<ClearDateHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<ClearDateHandler>

dispatch

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


Copyright © 2015. All rights reserved.