#3130: TimesheetsICSExportDialog.java

projectforge-wicket/src/main/java/org/projectforge/web/timesheet/TimesheetsICSExportDialog.java Type: Wicket Dialog · Purpose: Wicket modal dialog component for user interaction flows. · Source: projectforge-wicket/src/main/java/org/projectforge/web/timesheet/TimesheetsICSExportDialog.java 67 lines · 27 code · 32 comments · 8 blank
Wicket modal dialog component for user interaction flows.

Class: TimesheetsICSExportDialog

Extends: AbstractICSExportDialog

Annotations

@Override

Fields

NameTypeAccessModifiers
serialVersionUIDlongprivatestatic final
timesheetUserIdLongprivate

Methods

NameReturn TypeAccess
init()voidpublic
getUrl()Stringprotected

Architecture Analysis

Resides in projectforge-wicket, the legacy Apache Wicket web UI layer, gradually being replaced by React.

Git History

CommitWhat changed
868d6abb752025 -> 2026
63081666f6Source file headers: 2024-> 2025.
67805f2fc1ThreadLocalUserContext.user -> ThreadLocalUserContext.loggedInUser (renamed for avoiding mis-understandings in code).
4c04cfd652MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
4efcbd0fb6Migration stuff in progress...
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
5f7ef41b8cCopyright 2021 -> 2022
ceb63e8a1bSource code header: (C) 2001-2021.
7c79f1922cCopyright of source header -> 2020.
9b77c96d00PROJECTFORGE-3327 Fix calendar abo links
2b8ccbadcbPROJECTFORGE-2302 Crypt link, expand email template
9ebb885224Initial commit