#3261: DatePanelSettings.java
projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/DatePanelSettings.java Type: Java Wicket Panel · Package: org.projectforge.web.wicket.components · Source: projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/DatePanelSettings.java 158 lines · 62 code · 75 comments · 21 blank
Java Wicket Panel implementing DatePanelSettings.
Fields
| Type | Field |
long | serialVersionUID |
Methods
| Return | Method | Parameters |
Kai | Reinhard | k.reinhard@micromata.de |
date | field | if visible |
DatePanelSettings | withTabIndex | final Integer tabIndex |
DatePanelSettings | get | |
new | DatePanelSettings | |
the | model | java.util.Date is default |
DatePanelSettings | withTargetType | final Class<? extends Date> targetType |
select | periods | weeks, months, hours |
DatePanelSettings | withSelectPeriodMode | final boolean selectPeriodMode |
DatePanelSettings | withSelectStartStopTime | final boolean selectStartStopTime |
DatePanelSettings | withTooltip | final String i18nKey |
DatePanelSettings | withSelectProperty | final String selectProperty |
of | setRequired | boolean |
DatePanelSettings | withRequired | final boolean required |
DatePanelSettings | withTimeZone | final TimeZone timeZone |
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. |
7c79f1922c | Copyright of source header -> 2020. |
d3a178833c | Wrong substitution of "calendar" -> "datetime" while refactoring, reverted commit from 12.12.2019. |
9de5dc2773 | Merge branch 'develop' into TimeClassReplacements |
9e1e1664b2 | PROJECTFORGE-2763: Change behavior of recurring event until date. - Use value provided by external programms/services without update - Update values from web ui to last minute of day in user time - Save always as UTC value - TeamEventRecurrenceData provides the last day of an event in provided timezone as UTC day (no time) - Extend date picker to support different time zones then user timer - Update migration to new behavior |
9ebb885224 | Initial commit |