Part of lp.app.browser.root View In Hierarchy
| Method | __init__ | Create a WindowedList from a smaller list. | 
| Method | __len__ | Return the length of the virtual list. | 
| Method | __getitem__ | Return the key item or None if key belongs to the virtual list. | 
| Method | __iter__ | Yield each item, or None if the index is virtual. |