Here's the HTML translated to Spanish, with `lang="es"`, the ES link marked as active, and the title updated with `[ES]`:
```html
#3261: DatePanelSettings.java [ES]
#3261: DatePanelSettings.java
projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/DatePanelSettings.java Tipo: Panel Java Wicket · Paquete: org.projectforge.web.wicket.components · Fuente: projectforge-wicket/src/main/java/org/projectforge/web/wicket/components/DatePanelSettings.java 158 líneas · 62 código · 75 comentarios · 21 en blanco
Panel Java Wicket que implementa DatePanelSettings.
Campos
| Tipo | Campo |
long | serialVersionUID |
Métodos
| Retorno | Método | Parámetros |
Kai | Reinhard | k.reinhard@micromata.de |
fecha | campo | si visible |
DatePanelSettings | withTabIndex | final Integer tabIndex |
DatePanelSettings | get | |
nuevo | DatePanelSettings | |
el | modelo | java.util.Date es predeterminado |
DatePanelSettings | withTargetType | final Class<? extends Date> targetType |
seleccionar | periodos | semanas, meses, horas |
DatePanelSettings | withSelectPeriodMode | final boolean selectPeriodMode |
DatePanelSettings | withSelectStartStopTime | final boolean selectStartStopTime |
DatePanelSettings | withTooltip | final String i18nKey |
DatePanelSettings | withSelectProperty | final String selectProperty |
de | setRequired | boolean |
DatePanelSettings | withRequired | final boolean required |
DatePanelSettings | withTimeZone | final TimeZone timeZone |
Análisis de Arquitectura
Reside en projectforge-wicket, la capa de interfaz web heredada de Apache Wicket, que está siendo reemplazada gradualmente por React.
Historial de Git
| Commit | Qué cambió |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Encabezados de archivos fuente: 2024-> 2025. |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
ceb63e8a1b | Encabezado de código fuente: (C) 2001-2021. |
7c79f1922c | Copyright del encabezado fuente -> 2020. |
d3a178833c | Sustitución incorrecta de "calendar" -> "datetime" durante la refactorización, revertido commit del 12.12.2019. |
9de5dc2773 | Fusionar rama 'develop' en TimeClassReplacements |
9e1e1664b2 | PROJECTFORGE-2763: Cambiar comportamiento de evento recurrente hasta fecha. - Usar valor proporcionado por programas/servicios externos sin actualización - Actualizar valores desde interfaz web al último minuto del día en hora del usuario - Guardar siempre como valor UTC - TeamEventRecurrenceData proporciona el último día de un evento en la zona horaria proporcionada como día UTC (sin hora) - Extender selector de fecha para soportar diferentes zonas horarias que la del usuario - Actualizar migración al nuevo comportamiento |
9ebb885224 | Commit inicial |