Part of lp.app.browser.root View In Hierarchy
Method | __init__ | See BatchNavigator . |
Method | determineSize | Undocumented |
Inherited from BatchNavigator:
Method | default_batch_size | Undocumented |
Method | max_batch_size | Undocumented |
Method | has_multiple_pages | Whether the total size is greater than the batch size. |
BatchNavigator
.Parameters | results | A PageMatches object that contains the matching
pages to iterate over. |
request | An IBrowserRequest that contains the form
parameters. | |
start | an int that represents the start of the current batch. | |
size | The batch size is fixed to 20, The param is not used. | |
callback | Not used. |