org.chenillekit.tapestry.core.mixins
Class OnEvent
java.lang.Object
org.chenillekit.tapestry.core.base.AbstractEventMixin
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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OnEvent
public OnEvent()
getEventName
public String getEventName()
- set the event name.
- Returns:
- the event name
Copyright © 2008-2011 ChenilleKit. All Rights Reserved.