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 | Method and Description |
---|---|
NavBar |
NavTab.navBar()
The navigation bar that contains this tab.
|
static NavBar |
VOWicket.navBar()
The top navigation bar for navigating among the pages of the vote-server.
|
NavBar |
SuperTab.subBar()
The navigation bar that is controlled by this super-tab.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SuperTab.init(NavBar subBar)
Completes the partial construction of a SuperTab.
|
protected boolean |
WC_NavPile.isIndented(NavBar bar,
boolean wasIndented)
Answers whether the view of the specified bar should be indented.
|
protected WebMarkupContainer |
WC_NavPile.newVBar(String id,
NavBar bar)
Constructs a view of the specified navigation bar.
|
protected Component |
WC_NavPile.newVBarLeader(String id,
NavBar bar)
Constructs a component to precede the specified navigation bar.
|
NavTab |
NavTab.setNavBar(NavBar navBar)
Sets the navigation bar that contains this tab.
|
Constructor and Description |
---|
SuperTab(NavBar subBar)
Constructs a SuperTab.
|
Modifier and Type | Method and Description |
---|---|
static NavBar |
WP_CountEngine.navBar()
The bar for navigating among the count engine pages.
|
Modifier and Type | Method and Description |
---|---|
static NavBar |
WP_Server.navBar()
The bar for navigating among the server pages.
|