org.chenillekit.tapestry.core.mixins
Class OnEvent

java.lang.Object
  extended by org.chenillekit.tapestry.core.base.AbstractEventMixin
      extended by org.chenillekit.tapestry.core.mixins.OnEvent
All Implemented Interfaces:
EventMixin

public class OnEvent
extends AbstractEventMixin

OnChange mixin catch the browser event "onChange" from a select component and redirect it to your application via tapestry event "change".

Version:
$Id: OnEvent.java 594 2009-12-05 15:17:26Z mlusetti $

Constructor Summary
OnEvent()
           
 
Method Summary
 String getEventName()
          set the event name.
 
Methods inherited from class org.chenillekit.tapestry.core.base.AbstractEventMixin
getContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnEvent

public OnEvent()
Method Detail

getEventName

public String getEventName()
set the event name.

Returns:
the event name


Copyright © 2008-2010 ChenilleKit. All Rights Reserved.