| Package | Description |
|---|---|
| com.googlecode.wicket.kendo.ui.utils | |
| com.googlecode.wicket.kendo.ui.widget.treeview |
| Modifier and Type | Method and Description |
|---|---|
static TreeNode<?> |
TreeNodeUtils.get(int id,
List<TreeNode<?>> nodes)
Retrieves a
TreeNode with a List |
| Modifier and Type | Method and Description |
|---|---|
static List<? extends TreeNode<?>> |
TreeNodeUtils.getChildren(int parentId,
List<TreeNode<?>> nodes)
Retrieves children
TreeNodes for a specified parent node |
| Modifier and Type | Method and Description |
|---|---|
static TreeNode<?> |
TreeNodeUtils.get(int id,
List<TreeNode<?>> nodes)
Retrieves a
TreeNode with a List |
static List<? extends TreeNode<?>> |
TreeNodeUtils.getChildren(int parentId,
List<TreeNode<?>> nodes)
Retrieves children
TreeNodes for a specified parent node |
| Modifier and Type | Method and Description |
|---|---|
static <T> TreeNode<T> |
TreeNode.of(int parentId,
T object)
Helper method that construct a new child
TreeNode |
static <T> TreeNode<T> |
TreeNode.of(T object)
Helper method that construct a new root
TreeNode |
| Modifier and Type | Method and Description |
|---|---|
protected List<? extends TreeNode<?>> |
TreeViewModel.load() |
protected abstract List<? extends TreeNode<?>> |
TreeViewModel.load(int nodeId)
Loads children nodes of specified
nodeId |
| Modifier and Type | Method and Description |
|---|---|
org.apache.wicket.ajax.json.JSONObject |
TreeNodeFactory.toJson(int index,
TreeNode<?> node)
Converts a
TreeNode to a JSONObject |
Copyright © 2021 7thWeb. All rights reserved.