org.apache.tapestry5.corelib.components
Class Trigger

java.lang.Object
  extended by org.apache.tapestry5.corelib.components.Trigger

public class Trigger
extends Object

Triggers an arbitrary event during rendering. This is often useful to add JavaScript to a page or a component (via calls to the JavaScriptSupport environmental).

Since:
5.2.0

Constructor Summary
Trigger()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Trigger

public Trigger()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.