public interface AjaxProps extends AjaxEventsProps
Modifier and Type | Method and Description |
---|---|
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.
|
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
|
getOnbeforedomupdate, getOnbegin, getOncomplete
Object getExecute()
Object getRender()
boolean isLimitRender()
String getStatus()
Object getData()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.