public interface AjaxFormLoopContext
AjaxFormLoop
to work with enclosed
components such as AddRowLink
or
RemoveRowLink
.Modifier and Type | Method and Description |
---|---|
void |
addAddRowTrigger(String clientId)
Adds a clientId to the list of client-side elements that trigger the addition of a new row.
|
void |
addRemoveRowTrigger(String clientId)
Used by
RemoveRowLink to |
void addAddRowTrigger(String clientId)
clientId
- unique id (typically via
JavaScriptSupport.allocateClientId(org.apache.tapestry5.ComponentResources)
)void addRemoveRowTrigger(String clientId)
RemoveRowLink
toclientId
- Copyright © 2003-2012 The Apache Software Foundation.