DatePanel.javaDatePanelExtends: FormComponentPanel
Implements: ComponentWrapperPanel
@SuppressWarnings, @Override
| Name | Type | Access | Modifiers |
|---|---|---|---|
serialVersionUID | long | private | static final |
requiredSupplier | BooleanSupplier | private | |
date | Date | private | |
dateField | DateTextField | private | final |
modelMarkedAsChanged | boolean | private | |
required | Boolean | private | |
autosubmit | boolean | private | |
minYear | int | private |
| Name | Return Type | Access |
|---|---|---|
renderHead() | void | public |
isRequired() | boolean | public |
validate() | void | public |
validate() | void | public |
setMinYear() | DatePanel | public |
setMaxYear() | DatePanel | public |
setLabel() | DatePanel | public |
setFocus() | DatePanel | public |
setAutosubmit() | DatePanel | public |
setRequiredSupplier() | void | public |
markModelAsChanged() | void | public |
onBeforeRender() | void | protected |
updateModel() | void | public |
getDateField() | DateTextField | public |
convertInput() | void | public |
getInput() | String | public |
getComponentOutputId() | String | public |
getFormComponent() | FormComponent> | public |
| Commit | What changed |
|---|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
b1e95b9556 | Migration to Wicket 8 finished? |
4548710dff | WIP: migration. |
4a6390e11d | Merge branch 'develop' into feature/wicket8 |
ef89f322f2 | Constants (Const) refactored. |
5f7ef41b8c | Copyright 2021 -> 2022 |
ceb63e8a1b | Source code header: (C) 2001-2021. |
a6a7aece4d | Optimize Imports |
7c79f1922c | Copyright of source header -> 2020. |
74133b8bb4 | Remove backport of lambda model and replace it with wicket/LambdaModel |
ed0f73b142 | Changed Wicket Version to 7.8. Changed select2 to org.wicketstuff |
a6591550fe | PROJECTFORGE-3173 require date and amount in payment schedule, add missing labels for required error message, fix findbugs issue |
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 |
05d4c3c59c | PROJECTFORGE-1697 : update validate() |
fe917efd0b | PROJECTFORGE-2456 add missing constructor |
35ac79c8bb | PROJECTFORGE-2456 make vesting period fields required depending on the selected type of performance |
9ebb885224 | Initial commit |