|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AjaxInvocation
Hold parameters in an ajax call.
Method Summary | |
---|---|
AjaxDirectService |
getAjaxEngine()
Injected ajax service |
org.apache.tapestry.engine.ILink |
getAjaxLink()
Generates ajax link for form submission via javascript |
AjaxInvocation |
getBackLink()
Back button action |
String |
getEffects()
Effects parameter |
String |
getEncodingType()
Should return null if current form is not a AjaxForm . |
AjaxInvocation |
getForwardLink()
Forward button action |
String |
getPopup()
Set popup parameter if you want it popup |
String |
getPreEffects()
Pre-effects parameter |
String |
getStatusElement()
Update status element id parameter |
Collection |
getUpdateComponents()
Components to update in request |
String |
getUpdateObject()
Javascript object to call ajaxUpdate on |
Method Detail |
---|
String getEffects()
String getStatusElement()
String getPreEffects()
String getPopup()
String getUpdateObject()
Collection getUpdateComponents()
AjaxDirectService getAjaxEngine()
AjaxInvocation getBackLink()
AjaxInvocation getForwardLink()
org.apache.tapestry.engine.ILink getAjaxLink()
ILink
to be used in async io javascript callsString getEncodingType()
AjaxForm
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |