|
RichFaces UI Components UI 4.3.3.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AjaxProps
Interface defining the methods for command-button-props.xml
Method Summary | |
---|---|
Object |
getData()
Serialized (on default with JSON) data passed to the client by a developer on an AJAX request. |
Object |
getExecute()
IDs of components that will participate in the "execute" portion of the Request Processing Lifecycle. |
String |
getOnbeforedomupdate()
The client-side script method to be called after the ajax response comes back, but before the DOM is updated |
String |
getOnbegin()
The client-side script method to be called before an ajax request. |
String |
getOncomplete()
The client-side script method to be called after the DOM is updated |
Object |
getRender()
IDs of components that will participate in the "render" portion of the Request Processing Lifecycle. |
String |
getStatus()
Name of the request status component that will indicate the status of the Ajax request |
boolean |
isLimitRender()
If "true", render only those ids specified in the "render" attribute, forgoing the render of the auto-rendered panels |
Method Detail |
---|
Object getExecute()
Object getRender()
boolean isLimitRender()
String getStatus()
Object getData()
String getOnbegin()
String getOnbeforedomupdate()
String getOncomplete()
|
RichFaces UI Components UI 4.3.3.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |