Part of lp.translations.browser.translationmessage View In Hierarchy
| Method | __init__ | Constructs a BatchNavigator instance. |
| Method | generateBatchURL | Return a custom batch URL for ITranslationMessage's views. |
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. |
results is an iterable of results. request is the web request being processed. size is a default batch size which the callsite can choose to provide.
Why a custom BatchNavigator is required is a great mystery and should be documented here.
ITranslationMessage's views.