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