| 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) |
| Constructor and Description |
|---|
FooterMenuPanel(String id,
org.apache.wicket.model.IModel<List<LinkItem>> model) |
FooterMenuPanel(String id,
List<LinkItem> list) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.wicket.markup.html.link.AbstractLink |
LinkListPanel.newAbstractLink(String id,
LinkItem model)
Factory method for create a new item link.
|
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)
New list component.
|
| Constructor and Description |
|---|
LinkListPanel(String id,
org.apache.wicket.model.IModel<List<LinkItem>> model)
Instantiates a new link list panel.
|
LinkListPanel(String id,
List<LinkItem> list)
Instantiates a new link list panel.
|
Copyright © 2010–2015. All rights reserved.