#1397: MenuBadge.kt
projectforge-business/src/main/kotlin/org/projectforge/menu/MenuBadge.kt Type: Kotlin Menu Badge · Purpose: Menu badge displaying count indicators in navigation menus. · Source: projectforge-business/src/main/kotlin/org/projectforge/menu/MenuBadge.kt 31 lines · 6 code · 22 comments · 3 blank
Menu badge displaying count indicators in navigation menus.
Class: MenuBadge
Properties
| Name | Mutable |
value | var |
tooltip | var |
style | var |
Architecture Analysis
Resides in projectforge-business, the core module containing domain logic, services, and persistence.
Git History
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
3121b7ad67 | Migration stuff in progress... |
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. |
05244ff19e | CopyRight of all Kotlin file-header updated or created. |
b0fd52b9f8 | menu moved from jax-rs to business (for re-usage in Wicket). |