| Package | Description |
|---|---|
| org.apache.wicket.extensions.markup.html.tree |
Package for Tree components.
|
| Modifier and Type | Field and Description |
|---|---|
static LinkType |
LinkType.AJAX
partial updates with no fallback.
|
static LinkType |
LinkType.AJAX_FALLBACK
partial updates that falls back to a regular link in case the client does not support
javascript.
|
static LinkType |
LinkType.REGULAR
non-ajax version that always re-renders the whole page.
|
| Modifier and Type | Method and Description |
|---|---|
LinkType |
BaseTree.getLinkType()
Deprecated.
Returns the current type of links on tree items.
|
LinkType |
DefaultAbstractTree.getLinkType()
Deprecated.
Returns the current type of links on tree items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTree.setLinkType(LinkType linkType)
Deprecated.
Sets the type of links on tree items.
|
void |
DefaultAbstractTree.setLinkType(LinkType linkType)
Deprecated.
Sets the type of links on tree items.
|
Copyright © 2016. All Rights Reserved.