#3055: HRListResourceLinkPanel.java

projectforge-wicket/src/main/java/org/projectforge/web/humanresources/HRListResourceLinkPanel.java Type: Wicket Panel · Purpose: Wicket panel component — a reusable UI fragment embedded within pages. · Source: projectforge-wicket/src/main/java/org/projectforge/web/humanresources/HRListResourceLinkPanel.java 87 lines · 53 code · 25 comments · 9 blank
Wicket panel component — a reusable UI fragment embedded within pages.

Class: HRListResourceLinkPanel

Extends: Panel

Annotations

@SuppressWarnings, @Override

Fields

NameTypeAccessModifiers
serialVersionUIDlongprivatestatic final
userRepeaterRepeatingViewprivatefinal
hrListPageHRListPageprivatefinal

Methods

NameReturn TypeAccess
refresh()voidpublic
onClick()voidpublic

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.
3785f83479Migration stuff in progress...
d6d3d176f5Migration stuff in progress...
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
5f7ef41b8cCopyright 2021 -> 2022
ceb63e8a1bSource code header: (C) 2001-2021.
50b0516d85HRPlanning stuff -> LocalDate.
7c1c487822Replacing more instance of java.sql.Date with java.time.LocalDate Replacing instances of java sql.Timestamp with java.util.Date
7c79f1922cCopyright of source header -> 2020.
c648e2a53fHRViewDao works again (renamed HRDao -> HRViewDao and declared as @Service instead of @Repository).
614328623ePFUserDO.java -> PFUserDO.kt
9ebb885224Initial commit