|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AjaxFormLoopContext
Interface that allows an enclosing AjaxFormLoop
to work with enclosed
components such as AddRowLink
or
RemoveRowLink
.
Method Summary | |
---|---|
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 |
Method Detail |
---|
void addAddRowTrigger(String clientId)
clientId
- unique id (typically via
JavaScriptSupport.allocateClientId(org.apache.tapestry5.ComponentResources)
)void addRemoveRowTrigger(String clientId)
RemoveRowLink
to
clientId
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |