|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AjaxSubmitInvocation
Hold parameters in an ajax call.
Method Summary | |
---|---|
String |
getComponentId()
The component Id used by script |
String |
getFunctionName()
The javascript function name invoked when submit an form. |
String |
getHiddenId()
The hidden form field id |
boolean |
isClientSideValidationEnabled()
Wherther or not to use client side validation |
boolean |
isDeferred()
Causes initial event connection to be deferred |
boolean |
isSubmitNormal()
Whether to submit using non async IO |
Methods inherited from interface net.sf.tacos.ajax.AjaxInvocation |
---|
getAjaxEngine, getAjaxLink, getBackLink, getEffects, getEncodingType, getForwardLink, getPopup, getPreEffects, getStatusElement, getUpdateComponents, getUpdateObject |
Method Detail |
---|
String getComponentId()
String getHiddenId()
boolean isDeferred()
boolean isClientSideValidationEnabled()
boolean isSubmitNormal()
String getFunctionName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |