|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LinkType | |
|---|---|
| org.apache.wicket.extensions.markup.html.tree | |
| org.apache.wicket.markup.html.tree | Package for Tree components. |
| Uses of LinkType in org.apache.wicket.extensions.markup.html.tree |
|---|
| Methods in org.apache.wicket.extensions.markup.html.tree that return LinkType | |
|---|---|
LinkType |
DefaultAbstractTree.getLinkType()
Returns the current type of links on tree items. |
| Methods in org.apache.wicket.extensions.markup.html.tree with parameters of type LinkType | |
|---|---|
void |
DefaultAbstractTree.setLinkType(LinkType linkType)
Sets the type of links on tree items. |
| Uses of LinkType in org.apache.wicket.markup.html.tree |
|---|
| Fields in org.apache.wicket.markup.html.tree declared as LinkType | |
|---|---|
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. |
| Methods in org.apache.wicket.markup.html.tree that return LinkType | |
|---|---|
LinkType |
BaseTree.getLinkType()
Returns the current type of links on tree items. |
| Methods in org.apache.wicket.markup.html.tree with parameters of type LinkType | |
|---|---|
void |
BaseTree.setLinkType(LinkType linkType)
Sets the type of links on tree items. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||