#3110: TeamEventListPage.java

projectforge-wicket/src/main/java/org/projectforge/web/teamcal/event/TeamEventListPage.java Type: Wicket Web Page · Purpose: Wicket web page component rendering a UI view for user interaction. · Source: projectforge-wicket/src/main/java/org/projectforge/web/teamcal/event/TeamEventListPage.java 205 lines · 138 code · 48 comments · 19 blank
Wicket web page component rendering a UI view for user interaction.

Class: TeamEventListPage

Extends: AbstractListPage

Annotations

@ListPage, @SuppressWarnings, @Override

Fields

NameTypeAccessModifiers
PARAM_CALENDARSStringpublicstatic final
serialVersionUIDlongprivatestatic final

Methods

NameReturn TypeAccess
onFormInit()voidprotected
getCalIdList()Listprivate
populateItem()voidpublic
populateItem()voidpublic
populateItem()voidpublic
onSearchSubmit()booleanprotected
select()voidpublic
getFilter()TeamEventFilterprotected
getBaseDao()TeamEventDaopublic
newListForm()TeamEventListFormprotected
init()voidprotected

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.
4c04cfd652MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
d6d3d176f5Migration stuff in progress...
06828f4908Migration stuff in progress...
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
5f7ef41b8cCopyright 2021 -> 2022
ceb63e8a1bSource code header: (C) 2001-2021.
9b33dfda2bClassCastException in LocalDateModel and TeamEventListPage: PFDateTime.fromAny implemented (accepts now most date objects).
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.
d3a178833cWrong substitution of "calendar" -> "datetime" while refactoring, reverted commit from 12.12.2019.
9de5dc2773Merge branch 'develop' into TimeClassReplacements
aab28d48a3TeamEvent.java -> ICalendarEvent as Kotlin interface.
a5bbdca6aaChange logger to slf4j
f979e8a429MGC-UPDATE: Update auf Version 3.0.0-SNAPSHOT
579ab130b9Merge branch 'develop' into feature/PROJECTFORGE-2730 PROJECTFORGE-2730 Add special calendarlist to calendar provider
c57595f7ccPROJECTFORGE-2223 Listenpflegeseite (Arbeitsstand)
9ebb885224Initial commit