#2992: Kost2DropDownChoice.java
projectforge-wicket/src/main/java/org/projectforge/web/fibu/Kost2DropDownChoice.java Type: Wicket DropDownChoice · Purpose: Wicket dropdown choice component for selecting values from a list. · Source: projectforge-wicket/src/main/java/org/projectforge/web/fibu/Kost2DropDownChoice.java 142 lines · 98 code · 28 comments · 16 blank
Wicket dropdown choice component for selecting values from a list.
Class: Kost2DropDownChoice
Extends: DropDownChoice
Annotations
@SuppressWarnings, @Override
Fields
| Name | Type | Access | Modifiers |
serialVersionUID | long | private | static final |
kost2 | Kost2DO | private | |
taskId | Long | private | |
kost2List | List | private | |
Methods
| Name | Return Type | Access |
getObject() | Long | public |
setObject() | void | public |
hasEntries() | boolean | public |
setTaskId() | void | public |
getKost2() | Kost2DO | public |
getKost2Id() | Long | public |
refreshChoiceRenderer() | void | private |
getTaskTree() | TaskTree | private |
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. |
1204b927bf | Migration stuff in progress... (all tests of all packages: OK). |
4c04cfd652 | MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.) |
4efcbd0fb6 | Migration stuff in progress... |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
73b0be50b2 | org.apache.commons.collections -> org.apache.commons.collections4 |
5f7ef41b8c | Copyright 2021 -> 2022 |
c0f2b9de04 | Tenants functionality removed everywhere (untested). |
ceb63e8a1b | Source code header: (C) 2001-2021. |
a6a7aece4d | Optimize Imports |
7c79f1922c | Copyright of source header -> 2020. |
ed0f73b142 | Changed Wicket Version to 7.8. Changed select2 to org.wicketstuff |
9ebb885224 | Initial commit |