Part of lp.services.webapp.interfaces View In Hierarchy
Method | iterlinks | Iterate over the links in this menu. |
Attribute | defaultlink | The name of the default link in this menu. That is, the one that will be selected if no others are selected. It is None if there is no default link. |
Inherited from IMenuBase:
Attribute | context | The object that has this menu. |
Attribute | request | The request the menus is used in. |
Parameters | request_url | A URI or None. It is used to decide whether a
menu link points to the page being requested, in which case it
will not be linked. |
selectedfacetname | A str. The link with that name will be marked as 'selected'. |