| Package | Description |
|---|---|
| org.apache.wicket.extensions.markup.html.tree |
Package for Tree components.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LabelTree
Deprecated.
|
class |
LinkTree
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
LinkIconPanel.addComponents(org.apache.wicket.model.IModel<Object> model,
BaseTree tree) |
protected void |
LabelIconPanel.addComponents(org.apache.wicket.model.IModel<Object> model,
BaseTree tree)
Adds the icon and content components to the panel.
|
protected org.apache.wicket.request.resource.ResourceReference |
LabelIconPanel.getImageResourceReference(BaseTree tree,
Object node)
Returns the image resource reference based on the give tree node type.
|
protected org.apache.wicket.Component |
LabelIconPanel.newContentComponent(String componentId,
BaseTree tree,
org.apache.wicket.model.IModel<?> model)
Creates the content component (label in this case) for the node
|
protected org.apache.wicket.Component |
LabelIconPanel.newImageComponent(String componentId,
BaseTree tree,
org.apache.wicket.model.IModel<Object> model)
Creates the icon component for the node
|
protected void |
LinkIconPanel.onNodeLinkClicked(Object node,
BaseTree tree,
org.apache.wicket.ajax.AjaxRequestTarget target)
Handler invoked when the link is clicked.
|
protected void |
LinkTree.onNodeLinkClicked(Object node,
BaseTree tree,
org.apache.wicket.ajax.AjaxRequestTarget target)
Deprecated.
Method invoked after the node has been selected / unselected.
|
| Constructor and Description |
|---|
LabelIconPanel(String id,
org.apache.wicket.model.IModel<Object> model,
BaseTree tree)
Constructs the panel.
|
LinkIconPanel(String id,
org.apache.wicket.model.IModel<Object> model,
BaseTree tree)
Constructs the panel.
|
Copyright © 2016. All Rights Reserved.