| Package | Description |
|---|---|
| de.alpharogroup.wicket.components.footer | |
| de.alpharogroup.wicket.components.i18n.list |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.apache.wicket.Component |
FooterMenuPanel.newLinkListPanel(String id,
org.apache.wicket.model.IModel<List<LinkItem>> model)
Factory method for creating a new Component for the menu items.
|
| Constructor and Description |
|---|
FooterMenuPanel(String id,
org.apache.wicket.model.IModel<List<LinkItem>> model)
Instantiates a new
FooterMenuPanel. |
FooterMenuPanel(String id,
List<LinkItem> list)
Instantiates a new
FooterMenuPanel. |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.wicket.markup.html.link.AbstractLink |
LinkListPanel.newAbstractLink(String id,
LinkItem model)
Factory method for creating the new item
AbstractLink in the list. |
protected org.apache.wicket.markup.html.basic.Label |
LinkListPanel.newItemLinkLabel(String id,
LinkItem model)
Factory method for create a new item link
Label. |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.wicket.Component |
LinkListPanel.newListComponent(String id,
org.apache.wicket.markup.html.list.ListItem<LinkItem> item)
Abstract factory method for creating the new
Component in the list. |
| Constructor and Description |
|---|
LinkListPanel(String id,
org.apache.wicket.model.IModel<List<LinkItem>> model)
Instantiates a new
LinkListPanel. |
LinkListPanel(String id,
List<LinkItem> list)
Instantiates a new
LinkListPanel. |
Copyright © 2010–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.