UserSelectPanel.javaUserSelectPanelExtends: AbstractSelectPanel
Implements: ComponentWrapperPanel
@SuppressWarnings, @Override
| Name | Type | Access | Modifiers |
|---|---|---|---|
serialVersionUID | long | private | static final |
USER_PREF_KEY_RECENT_USERS | String | private | static final |
defaultFormProcessing | boolean | private | |
recentUsers | RecentQueue | private | |
userTextField | PFAutoCompleteTextField | private | final |
currentUser | PFUserDO | private | |
showSelectMeButton | boolean | private |
| Name | Return Type | Access |
|---|---|---|
getChoices() | List | protected |
getRecentUserInputs() | List | protected |
formatLabel() | String | protected |
formatValue() | String | protected |
getTooltip() | String | protected |
convertInput() | void | public |
convertToObject() | Object | public |
convertToString() | String | public |
setLabel() | UserSelectPanel | public |
setDefaultFormProcessing() | void | public |
setShowSelectMeButton() | UserSelectPanel | public |
init() | UserSelectPanel | public |
onSubmit() | void | public |
isVisible() | boolean | public |
onClick() | void | public |
isVisible() | boolean | public |
markTextFieldModelAsChanged() | void | public |
withAutoSubmit() | UserSelectPanel | public |
getWrappedComponent() | Component | public |
convertInput() | void | public |
getRecentUsers() | RecentQueue | private |
formatUser() | String | private |
getComponentOutputId() | String | public |
getFormComponent() | FormComponent> | public |
setFocus() | AbstractSelectPanel | public |
| Commit | What changed |
|---|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
a73905c149 | Fix typos in projectforge*/ directories Found via codespell See c3b0602a893 |
184f154a5f | Migration stuff in progress... |
b71b5073d3 | Migration stuff in progress... (all tests of all packages: OK). |
1b50060c3a | BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select |
67805f2fc1 | ThreadLocalUserContext.user -> ThreadLocalUserContext.loggedInUser (renamed for avoiding mis-understandings in code). |
b095e6f7d1 | !!!!! Big change of Transaction handling: Re-uses PfPersistenceContext as much as possible (not yet finished). Tests doesn't yet run. |
4efcbd0fb6 | Migration stuff in progress... |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
c0f2b9de04 | Tenants functionality removed everywhere (untested). |
ceb63e8a1b | Source code header: (C) 2001-2021. |
75c780fee8 | Renamed: recents -> recentList |
bb8ce0ae9c | NPE fix in UserSelectPanel. |
7c79f1922c | Copyright of source header -> 2020. |
21d9fe231e | Renamed: UserPreferencesService -> UserXmlPreferencesService. |
eac0e714c8 | UserPreferencesHelper / UserPreferencesService moved to projectforge-business. |
f979e8a429 | MGC-UPDATE: Update auf Version 3.0.0-SNAPSHOT |
ed0f73b142 | Changed Wicket Version to 7.8. Changed select2 to org.wicketstuff |
9ebb885224 | Initial commit |