org.kuali.student.common.ui.client.widgets.menus.impl
Class KSBasicMenuImpl.EventHandler

java.lang.Object
  extended by org.kuali.student.common.ui.client.widgets.menus.impl.KSBasicMenuImpl.EventHandler
All Implemented Interfaces:
com.google.gwt.event.dom.client.BlurHandler, com.google.gwt.event.dom.client.ClickHandler, com.google.gwt.event.dom.client.FocusHandler, com.google.gwt.event.dom.client.MouseOutHandler, com.google.gwt.event.dom.client.MouseOverHandler, com.google.gwt.event.shared.EventHandler
Enclosing class:
KSBasicMenuImpl

private class KSBasicMenuImpl.EventHandler
extends Object
implements com.google.gwt.event.dom.client.ClickHandler, com.google.gwt.event.dom.client.MouseOverHandler, com.google.gwt.event.dom.client.MouseOutHandler, com.google.gwt.event.dom.client.FocusHandler, com.google.gwt.event.dom.client.BlurHandler


Constructor Summary
private KSBasicMenuImpl.EventHandler()
           
 
Method Summary
 void onBlur(com.google.gwt.event.dom.client.BlurEvent event)
           
 void onClick(com.google.gwt.event.dom.client.ClickEvent event)
           
 void onFocus(com.google.gwt.event.dom.client.FocusEvent event)
           
 void onMouseOut(com.google.gwt.event.dom.client.MouseOutEvent event)
           
 void onMouseOver(com.google.gwt.event.dom.client.MouseOverEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KSBasicMenuImpl.EventHandler

private KSBasicMenuImpl.EventHandler()
Method Detail

onClick

public void onClick(com.google.gwt.event.dom.client.ClickEvent event)
Specified by:
onClick in interface com.google.gwt.event.dom.client.ClickHandler

onMouseOver

public void onMouseOver(com.google.gwt.event.dom.client.MouseOverEvent event)
Specified by:
onMouseOver in interface com.google.gwt.event.dom.client.MouseOverHandler

onMouseOut

public void onMouseOut(com.google.gwt.event.dom.client.MouseOutEvent event)
Specified by:
onMouseOut in interface com.google.gwt.event.dom.client.MouseOutHandler

onFocus

public void onFocus(com.google.gwt.event.dom.client.FocusEvent event)
Specified by:
onFocus in interface com.google.gwt.event.dom.client.FocusHandler

onBlur

public void onBlur(com.google.gwt.event.dom.client.BlurEvent event)
Specified by:
onBlur in interface com.google.gwt.event.dom.client.BlurHandler


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.