public class PrimeFaces.Ajax extends Object
| Constructor | Description |
|---|---|
Ajax() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addCallbackParam(String name,
Object value) |
Add a parameter for ajax oncomplete client side callbacks.
|
void |
update(String... clientIds) |
Updates all components with the given clientIds.
|
void |
update(Collection<String> clientIds) |
Updates all components with the given clientIds.
|
protected void |
validateClientId(String clientId,
javax.faces.context.FacesContext facesContext) |
public void addCallbackParam(String name, Object value)
name - name of the parameter.value - value of the parameter.public void update(Collection<String> clientIds)
clientIds - a list of clientIds.public void update(String... clientIds)
clientIds - a list of clientIds.protected void validateClientId(String clientId, javax.faces.context.FacesContext facesContext)
Copyright © 2018. All rights reserved.