#3138: TreeTableNode.java
projectforge-wicket/src/main/java/org/projectforge/web/tree/TreeTableNode.java Type: Wicket Tree Component · Purpose: Wicket tree component displaying hierarchical data structure. · Source: projectforge-wicket/src/main/java/org/projectforge/web/tree/TreeTableNode.java 256 lines · 160 code · 67 comments · 29 blank
Wicket tree component displaying hierarchical data structure.
Class: TreeTableNode
Implements: Comparable
Fields
| Name | Type | Access | Modifiers |
serialVersionUID | long | private | static final |
indent | int | protected | |
nodeStatus | NodeStatus | protected | |
parent | TreeTableNode | protected | |
Methods
| Name | Return Type | Access |
getParent() | TreeTableNode | public |
getIndent() | int | public |
getChildren() | SortedSet | public |
getHashId() | Serializable | public |
getNodeStatus() | NodeStatus | public |
isFolder() | boolean | public |
isOpenFolder() | boolean | public |
isLeaf() | boolean | public |
getHasChildren() | boolean | public |
hasChildren() | boolean | public |
isParentOf() | boolean | public |
allChildrenOpened() | boolean | protected |
isOpened() | boolean | public |
buildNodeList() | void | protected |
getPathToRoot() | List | public |
compareTo() | int | public |
addChild() | void | protected |
Architecture Analysis
Resides in projectforge-wicket, the legacy Apache Wicket web UI layer, gradually being replaced by React.
Git History
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
a73905c149 | Fix typos in projectforge*/ directories Found via codespell See c3b0602a893 |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
ceb63e8a1b | Source code header: (C) 2001-2021. |
7c79f1922c | Copyright of source header -> 2020. |
611a8aaee5 | Refactored (java, kt, less, jsx): childs -> children. |
9ebb885224 | Initial commit |