org.apache.tapestry5.corelib.components
Class AjaxFormLoop
java.lang.Object
org.apache.tapestry5.corelib.components.AjaxFormLoop
public class AjaxFormLoop
- extends Object
A special form of the Loop component that adds Ajax support to
handle adding new rows and removing existing rows dynamically. Expects that the values being iterated over are
entities that can be identified via a PrimaryKeyEncoder.
Works with AddRowLink and RemoveRowLink components.
- See Also:
EventConstants.ADD_ROW,
EventConstants.REMOVE_ROW
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AjaxFormLoop
public AjaxFormLoop()
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.