#2970: EmployeeVacationFormValidator.java
projectforge-wicket/src/main/java/org/projectforge/web/fibu/EmployeeVacationFormValidator.java Type: Wicket Form Component · Purpose: Wicket form component handling user input, validation, and submission. · Source: projectforge-wicket/src/main/java/org/projectforge/web/fibu/EmployeeVacationFormValidator.java 72 lines · 37 code · 23 comments · 12 blank
Wicket form component handling user input, validation, and submission.
Class: EmployeeVacationFormValidator
Implements: IFormValidator
Annotations
@Override
Fields
| Name | Type | Access | Modifiers |
serialVersionUID | long | private | static final |
Methods
| Name | Return Type | Access |
validate() | void | public |
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. |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
ceb63e8a1b | Source code header: (C) 2001-2021. |
a6a7aece4d | Optimize Imports |
7c79f1922c | Copyright of source header -> 2020. |
db5c6fb50d | PROJECTFORGE-3048 move I18n related classes in the same package |
afa8674c8b | PROJECTFORGE-2011 Do some failure handling |
19e9f80693 | PROJECTFORGE-2011 Fixes after review and testing |
e613c4ef80 | PROJECTFORGE-2011 add validation for employee edit of vacation from previous year |