#3244: PFAutoCompleteSettings.java
projectforge-wicket/src/main/java/org/projectforge/web/wicket/autocompletion/PFAutoCompleteSettings.java Type: Java Set/Collection · Purpose: Java source file implementing application logic. · Source: projectforge-wicket/src/main/java/org/projectforge/web/wicket/autocompletion/PFAutoCompleteSettings.java 369 lines · 186 code · 125 comments · 58 blank
Java source file implementing application logic.
Class: PFAutoCompleteSettings
Implements: Serializable
Fields
| Name | Type | Access | Modifiers |
serialVersionUID | long | private | static final |
matchContains | Boolean | private | |
minChars | Integer | private | |
delay | Integer | private | |
matchCase | Boolean | private | |
matchSubset | Boolean | private | |
cacheLength | Integer | private | |
mustMatch | Boolean | private | |
selectFirst | Boolean | private | |
selectOnly | Boolean | private | |
maxItemsToShow | Integer | private | |
autoFill | Boolean | private | |
width | Integer | private | |
autoSubmit | Boolean | private | |
scroll | Boolean | private | |
scrollHeight | Integer | private | |
hasFocus | boolean | private | |
labelValue | boolean | private | |
deletableItem | boolean | private | |
Methods
| Name | Return Type | Access |
isMatchContains() | Boolean | public |
withMatchContains() | PFAutoCompleteSettings | public |
getMinChars() | Integer | public |
withMinChars() | PFAutoCompleteSettings | public |
getDelay() | Integer | public |
withDelay() | PFAutoCompleteSettings | public |
isMatchCase() | Boolean | public |
withMatchCase() | PFAutoCompleteSettings | public |
isMatchSubset() | Boolean | public |
withMatchSubset() | PFAutoCompleteSettings | public |
isScroll() | Boolean | public |
withScroll() | PFAutoCompleteSettings | public |
getScrollHeight() | Integer | public |
withScrollHeight() | PFAutoCompleteSettings | public |
isAutoFill() | Boolean | public |
withAutoFill() | PFAutoCompleteSettings | public |
isAutoSubmit() | Boolean | public |
withAutoSubmit() | PFAutoCompleteSettings | public |
isMustMatch() | Boolean | public |
withMustMatch() | PFAutoCompleteSettings | public |
isSelectFirst() | Boolean | public |
withSelectFirst() | PFAutoCompleteSettings | public |
isSelectOnly() | Boolean | public |
withSelectOnly() | PFAutoCompleteSettings | public |
getMaxItemsToShow() | Integer | public |
withMaxItemsToShow() | PFAutoCompleteSettings | public |
getCacheLength() | Integer | public |
withCacheLength() | PFAutoCompleteSettings | public |
withWidth() | PFAutoCompleteSettings | public |
getWidth() | Integer | public |
6 more methods not shown.
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. |
9ebb885224 | Initial commit |