Package | Description |
---|---|
votorola.a.web.wic |
Serving Votorola's Wicket web interface.
|
votorola.s.wic.count |
The user interface of the count engine under Wicket.
|
votorola.s.wic.server |
A user interface providing an overview of the server under Wicket.
|
Modifier and Type | Class and Description |
---|---|
class |
SuperTab
A tab that controls the visibility of a navigation sub-bar.
|
Modifier and Type | Method and Description |
---|---|
NavTab |
TabbedPage.navTab(VRequestCycle cycle)
Finds and returns the navigation tab for this page.
|
NavTab |
NavTab.setNavBar(NavBar navBar)
Sets the navigation bar that contains this tab.
|
NavTab |
NavBar.tabOfType(Class<? extends Page> pageClass,
VRequestCycle cycle)
Returns the first tab of a particular tab type, within this bar.
|
Modifier and Type | Method and Description |
---|---|
abstract List<NavTab> |
NavBar.tabList()
A list of the navigation tabs contained within this bar.
|
Modifier and Type | Method and Description |
---|---|
protected void |
WC_NavPile.init(NavTab pageTab,
VRequestCycle cycle) |
Constructor and Description |
---|
WC_NavPile(String id,
NavTab pageTab,
VRequestCycle cycle)
Constructs a WC_NavPile.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
WP_Votespace.VotespaceTab |
Modifier and Type | Field and Description |
---|---|
(package private) static NavTab |
WP_Rank.NAV_TAB
The navigation tab that fetches the ranking page, an instance of WP_Rank.
|
(package private) static NavTab |
WP_Poll.NAV_TAB
The navigation tab that fetches the poll overview page, an instance of WP_Poll.
|
static NavTab |
WP_Votespace.NAV_TAB
The navigation tab that fetches the votespace page, an instance of WP_Votespace.
|
static NavTab |
WP_CountEngine.NAV_TAB
The left-hand navigation tab, fetching the overview page
(an instance of WP_CountEngine).
|
Modifier and Type | Method and Description |
---|---|
NavTab |
WP_Rank.navTab(VRequestCycle cycle) |
NavTab |
WP_Poll.navTab(VRequestCycle cycle) |
NavTab |
WP_Votespace.navTab(VRequestCycle cycle) |
NavTab |
WP_CountEngine.navTab(VRequestCycle cycle) |
Modifier and Type | Field and Description |
---|---|
(package private) static NavTab |
WP_Server.NAV_TAB
The navigation tab that fetches the server page, an instance of WP_Server.
|
static NavTab |
WP_Activity.NAV_TAB
The navigation tab that fetches the vote-server activity page, an instance of
WP_Activity.
|
Modifier and Type | Method and Description |
---|---|
NavTab |
WP_Server.navTab(VRequestCycle _cycle) |
NavTab |
WP_Activity.navTab(VRequestCycle cycle) |