322 | | ah HA! i'll continue this later! |
| 322 | The pagination is available for everyone who use a renderer for customize the !SelectionPanel. |
| 323 | |
| 324 | !ApplicationDefinition parameter: |
| 325 | '''!ResultsPerPage''': The number of desired results by batch. |
| 326 | |
| 327 | This is the current API for get results by batches. |
| 328 | |
| 329 | '''getNextPage()''': |
| 330 | |
| 331 | return an array that contains the next batch of results. |
| 332 | |
| 333 | '''getPreviousPage()''': |
| 334 | |
| 335 | return an array that contains the previous batch of results. |
| 336 | |
| 337 | '''resetPageIndexes()''': |
| 338 | |
| 339 | This reset the page indexes for the pagination system and should be called by your renderer on each selection updated. |