Here is the complete HTML translated into French, with the language set to French and the FR link marked as active.
```html
#3240 : I18nEnumAutoCompleteTextField.java [FR]
#3240 : I18nEnumAutoCompleteTextField.java
projectforge-wicket/src/main/java/org/projectforge/web/wicket/autocompletion/I18nEnumAutoCompleteTextField.java Type : Classe Java · Package : org.projectforge.web.wicket.autocompletion · Source : projectforge-wicket/src/main/java/org/projectforge/web/wicket/autocompletion/I18nEnumAutoCompleteTextField.java 113 lignes · 63 code · 37 commentaires · 13 vides
Classe Java implémentant I18nEnumAutoCompleteTextField.
Annotations
@Override, @Override, @Override, @Override, @Override
Champs
| Type | Champ |
long | serialVersionUID |
Méthodes
| Retour | Méthode | Paramètres |
Kai | Reinhard | k.reinhard@micromata.de |
appels | setLabel | label |
public | I18nEnumAutoCompleteTextField | final String id, final IModel<T> model, final T[] supportedValues |
public | I18nEnumAutoCompleteTextField | final String id,final IModel<T> model, final IAutoCompleteRenderer<String> renderer,
final PFAutoCompleteSettings settings, final T[] supportedValues |
List<String> | getRecentUserInputs | |
List<T> | getChoices | final String input |
String | formatLabel | final T value |
retour | getString | ((I18nEnum |
String | formatValue | final T value |
retour | getString | ((I18nEnum |
IConverter<C> | getConverter | final Class<C> type |
nouveau | I18nEnumConverter | this, supportedValues |
Analyse d'architecture
Réside dans projectforge-wicket, la couche d'interface utilisateur web Apache Wicket héritée, progressivement remplacée par React. Définit un ensemble fixe de constantes nommées, implémentant souvent I18nEnum pour les libellés d'affichage internationalisés.
Historique Git
| Commit | Ce qui a changé |
|---|
868d6abb75 | 2025 -> 2026 |
63081666f6 | En-têtes des fichiers source : 2024 -> 2025. |
b6092df092 | Copyright 2023 -> 2024 |
ab45d51fa4 | Copyright 2001-2022 -> 2001-2023. |
5f7ef41b8c | Copyright 2021 -> 2022 |
ceb63e8a1b | En-tête du code source : (C) 2001-2021. |
a6a7aece4d | Optimiser les imports |
7c79f1922c | Copyright de l'en-tête source -> 2020. |
9ebb885224 | Premier commit |