org.kuali.student.common.ui.client.mvc.history
Class NavigationEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by org.kuali.student.common.ui.client.mvc.ApplicationEvent<H>
              extended by org.kuali.student.common.ui.client.mvc.UncheckedApplicationEvent<NavigationEventHandler>
                  extended by org.kuali.student.common.ui.client.mvc.history.NavigationEvent

Deprecated.

@Deprecated
public class NavigationEvent
extends UncheckedApplicationEvent<NavigationEventHandler>

Event that is fired when a history token should be logged on the history stack

Author:
Kuali Student Team

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<NavigationEventHandler> TYPE
          Deprecated.  
 
Constructor Summary
NavigationEvent(com.google.gwt.user.client.ui.Widget originatingWidget)
          Deprecated.  
 
Method Summary
protected  void dispatch(NavigationEventHandler handler)
          Deprecated.  
 com.google.gwt.event.shared.GwtEvent.Type<NavigationEventHandler> getAssociatedType()
          Deprecated.  
 com.google.gwt.user.client.ui.Widget getOriginatingWidget()
          Deprecated.  
 
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
 

Field Detail

TYPE

public static final com.google.gwt.event.shared.GwtEvent.Type<NavigationEventHandler> TYPE
Deprecated. 
Constructor Detail

NavigationEvent

public NavigationEvent(com.google.gwt.user.client.ui.Widget originatingWidget)
Deprecated. 
Method Detail

dispatch

protected void dispatch(NavigationEventHandler handler)
Deprecated. 
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<NavigationEventHandler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<NavigationEventHandler> getAssociatedType()
Deprecated. 
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<NavigationEventHandler>

getOriginatingWidget

public com.google.gwt.user.client.ui.Widget getOriginatingWidget()
Deprecated. 


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.