KontoSelectPanel.javaKontoSelectPanelExtends: AbstractSelectPanel
Implements: ComponentWrapperPanel
@Override, @SuppressWarnings
| Name | Type | Access | Modifiers |
|---|---|---|---|
serialVersionUID | long | private | static final |
kontoTextField | PFAutoCompleteTextField | private | |
kontoNumberRanges | IntRanges | private |
| Name | Return Type | Access |
|---|---|---|
getChoices() | List | protected |
formatLabel() | String | protected |
formatValue() | String | protected |
convertInput() | void | public |
getConverter() | IConverter | public |
convertToObject() | Object | public |
convertToString() | String | public |
getObject() | String | public |
setKontoNumberRanges() | KontoSelectPanel | public |
init() | KontoSelectPanel | public |
convertInput() | void | public |
getComponentOutputId() | String | public |
getFormComponent() | FormComponent> | public |
| Commit | What changed |
|---|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | Source file headers: 2024-> 2025. |
b71b5073d3 | Migration stuff in progress... (all tests of all packages: OK). |
1b50060c3a | BaseDao: renamed: get -> find, save -> insert, getList -> select, load -> select |
b095e6f7d1 | !!!!! Big change of Transaction handling: Re-uses PfPersistenceContext as much as possible (not yet finished). Tests doesn't yet run. |
d6d3d176f5 | Migration stuff in progress... |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
ceb63e8a1b | Source code header: (C) 2001-2021. |
a6a7aece4d | Optimize Imports |
7c79f1922c | Copyright of source header -> 2020. |
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 |