votorola.a.web
Interface TabbedPage
- All Known Implementing Classes:
- WP_Count, WP_District, WP_Election, WP_Help, WP_List, WP_Meta, WP_Regional, WP_RegionalScheme, WP_Register, WP_Registration, WP_RegistrationV, WP_RoleC, WP_RoleV, WP_Vote, WP_Voter
@ThreadRestricted(value="wicket")
public interface TabbedPage
A page to which the user can navigate, through a hierarchy of tabs. At the moment,
this interface serves only as documentation; its methods are called by the page during
its construction, and not by external clients.
navTab
NavTab navTab(VRequestCycle cycle)
- Finds and returns the navigation tab for this page. In cases where a single page
class has multiple tabs (corresponding, for example, to multiple pages with
different parameters) the search will extend through the hierarchy of navigation
bars.