I'm using the primefaces datatable and I've seen many times the onRowSelectUpdate event calling "display"?
What "display" means? is it a public method of the component or something?
|
I'm using the primefaces datatable and I've seen many times the onRowSelectUpdate event calling "display"? What "display" means? is it a public method of the component or something? |
|||
|
|
|
It refers the ID of the component which is to be ajax-updated whenever you select a row. For example, a detail display.
|
|||
|
|
|
From the PrimeFaces user guide, page 127:
Sounds like it works in the same way as the Ajax |
|||
|
|