991 |
gduche |
1 |
package org.tela_botanica.client.vues.personne;
|
|
|
2 |
|
|
|
3 |
import java.util.ArrayList;
|
|
|
4 |
import java.util.List;
|
|
|
5 |
|
1003 |
gduche |
6 |
import org.tela_botanica.client.ComposantClass;
|
991 |
gduche |
7 |
import org.tela_botanica.client.Mediateur;
|
|
|
8 |
import org.tela_botanica.client.images.Images;
|
|
|
9 |
import org.tela_botanica.client.interfaces.Rafraichissable;
|
|
|
10 |
import org.tela_botanica.client.modeles.Information;
|
1003 |
gduche |
11 |
import org.tela_botanica.client.modeles.Valeur;
|
|
|
12 |
import org.tela_botanica.client.modeles.ValeurListe;
|
991 |
gduche |
13 |
import org.tela_botanica.client.modeles.aDonnee;
|
1003 |
gduche |
14 |
import org.tela_botanica.client.modeles.collection.CollectionAPersonne;
|
991 |
gduche |
15 |
import org.tela_botanica.client.modeles.personne.Personne;
|
|
|
16 |
import org.tela_botanica.client.modeles.publication.Publication;
|
|
|
17 |
import org.tela_botanica.client.modeles.publication.PublicationAPersonne;
|
|
|
18 |
import org.tela_botanica.client.modeles.publication.PublicationAPersonneListe;
|
|
|
19 |
import org.tela_botanica.client.modeles.publication.PublicationListe;
|
|
|
20 |
import org.tela_botanica.client.util.Debug;
|
|
|
21 |
import org.tela_botanica.client.vues.FenetreForm;
|
|
|
22 |
import org.tela_botanica.client.vues.Formulaire;
|
|
|
23 |
import org.tela_botanica.client.vues.FormulaireBarreValidation;
|
|
|
24 |
import org.tela_botanica.client.vues.FormulaireOnglet;
|
|
|
25 |
import org.tela_botanica.client.vues.publication.PublicationForm;
|
|
|
26 |
|
|
|
27 |
import com.extjs.gxt.ui.client.core.XTemplate;
|
|
|
28 |
import com.extjs.gxt.ui.client.event.BaseEvent;
|
|
|
29 |
import com.extjs.gxt.ui.client.event.ButtonEvent;
|
|
|
30 |
import com.extjs.gxt.ui.client.event.ComponentEvent;
|
|
|
31 |
import com.extjs.gxt.ui.client.event.Events;
|
|
|
32 |
import com.extjs.gxt.ui.client.event.KeyListener;
|
|
|
33 |
import com.extjs.gxt.ui.client.event.Listener;
|
|
|
34 |
import com.extjs.gxt.ui.client.event.SelectionListener;
|
|
|
35 |
import com.extjs.gxt.ui.client.store.ListStore;
|
|
|
36 |
import com.extjs.gxt.ui.client.store.Store;
|
|
|
37 |
import com.extjs.gxt.ui.client.store.StoreEvent;
|
|
|
38 |
import com.extjs.gxt.ui.client.widget.ContentPanel;
|
|
|
39 |
import com.extjs.gxt.ui.client.widget.Info;
|
|
|
40 |
import com.extjs.gxt.ui.client.widget.Text;
|
|
|
41 |
import com.extjs.gxt.ui.client.widget.button.Button;
|
|
|
42 |
import com.extjs.gxt.ui.client.widget.button.ButtonBar;
|
|
|
43 |
import com.extjs.gxt.ui.client.widget.form.ComboBox;
|
|
|
44 |
import com.extjs.gxt.ui.client.widget.form.FormPanel;
|
|
|
45 |
import com.extjs.gxt.ui.client.widget.form.ComboBox.TriggerAction;
|
1003 |
gduche |
46 |
import com.extjs.gxt.ui.client.widget.grid.CellEditor;
|
991 |
gduche |
47 |
import com.extjs.gxt.ui.client.widget.grid.ColumnConfig;
|
|
|
48 |
import com.extjs.gxt.ui.client.widget.grid.ColumnData;
|
|
|
49 |
import com.extjs.gxt.ui.client.widget.grid.ColumnModel;
|
|
|
50 |
import com.extjs.gxt.ui.client.widget.grid.EditorGrid;
|
|
|
51 |
import com.extjs.gxt.ui.client.widget.grid.Grid;
|
|
|
52 |
import com.extjs.gxt.ui.client.widget.grid.GridCellRenderer;
|
|
|
53 |
import com.extjs.gxt.ui.client.widget.grid.GridSelectionModel;
|
|
|
54 |
import com.extjs.gxt.ui.client.widget.grid.RowExpander;
|
|
|
55 |
import com.extjs.gxt.ui.client.widget.grid.RowNumberer;
|
|
|
56 |
import com.extjs.gxt.ui.client.widget.layout.FitLayout;
|
|
|
57 |
import com.extjs.gxt.ui.client.widget.toolbar.SeparatorToolItem;
|
|
|
58 |
import com.extjs.gxt.ui.client.widget.toolbar.ToolBar;
|
|
|
59 |
import com.google.gwt.core.client.GWT;
|
|
|
60 |
|
|
|
61 |
public class PersonneFormPublication extends FormulaireOnglet implements Rafraichissable {
|
|
|
62 |
|
|
|
63 |
private Personne personneSelectionnee = null;
|
|
|
64 |
private static int idGenere = 1;
|
|
|
65 |
|
|
|
66 |
private ContentPanel panneauPrincipal = null;
|
|
|
67 |
private ToolBar barreOutils = null;
|
|
|
68 |
private EditorGrid<PublicationAPersonne> grille;
|
|
|
69 |
|
|
|
70 |
private PublicationAPersonneListe publicationsAjoutees = null;
|
|
|
71 |
private PublicationAPersonneListe publicationsSupprimees = null;
|
|
|
72 |
private ComboBox<Publication> publicationsSaisiesComboBox = null;
|
|
|
73 |
private Button publicationsBoutonSupprimer = null;
|
|
|
74 |
private Button publicationsBoutonModifier = null;
|
1003 |
gduche |
75 |
private ComboBox<Valeur> typeRelationCombo = null;
|
991 |
gduche |
76 |
|
|
|
77 |
private FenetreForm fenetreFormulaire = null;
|
|
|
78 |
|
|
|
79 |
public PersonneFormPublication(Formulaire formulaireCourrant) {
|
|
|
80 |
initialiserOnglet(formulaireCourrant);
|
|
|
81 |
setId("publication");
|
|
|
82 |
setText(Mediateur.i18nC.collectionPublication());
|
|
|
83 |
setStyleAttribute("padding", "0");
|
|
|
84 |
|
|
|
85 |
panneauPrincipal = creerPanneauContenantGrille();
|
|
|
86 |
barreOutils = creerBarreOutilsGrille();
|
|
|
87 |
panneauPrincipal.setTopComponent(barreOutils);
|
|
|
88 |
grille = creerGrille();
|
|
|
89 |
panneauPrincipal.add(grille);
|
1003 |
gduche |
90 |
mediateur.obtenirListeValeurEtRafraichir(this, "relationPersonnePublication");
|
991 |
gduche |
91 |
add(panneauPrincipal);
|
|
|
92 |
|
|
|
93 |
initialiser();
|
|
|
94 |
}
|
|
|
95 |
|
|
|
96 |
private void initialiser() {
|
|
|
97 |
// Remise à zéro des modification dans la liste des auteurs
|
|
|
98 |
idGenere = 1;
|
|
|
99 |
publicationsAjoutees = new PublicationAPersonneListe();
|
|
|
100 |
publicationsSupprimees = new PublicationAPersonneListe();
|
|
|
101 |
|
|
|
102 |
// Actualisation de l'état des boutons de la barre d'outils
|
|
|
103 |
actualiserEtatBoutonsBarreOutils();
|
|
|
104 |
mettreAJourPersonne();
|
|
|
105 |
}
|
|
|
106 |
|
|
|
107 |
public void mettreAJourPersonne() {
|
|
|
108 |
personneSelectionnee = ((PersonneForm) formulaire).personneSelectionnee;
|
|
|
109 |
}
|
|
|
110 |
|
|
|
111 |
private ContentPanel creerPanneauContenantGrille() {
|
|
|
112 |
ContentPanel panneau = new ContentPanel();
|
|
|
113 |
|
|
|
114 |
panneau.setHeading(i18nC.collectionPublication()+" " + i18nC.personnePublication());
|
|
|
115 |
panneau.setIcon(Images.ICONES.table());
|
|
|
116 |
panneau.setLayout(new FitLayout());
|
|
|
117 |
panneau.setFrame(true);
|
|
|
118 |
|
|
|
119 |
return panneau;
|
|
|
120 |
}
|
|
|
121 |
|
|
|
122 |
private ToolBar creerBarreOutilsGrille() {
|
|
|
123 |
ToolBar barreOutils = new ToolBar();
|
|
|
124 |
|
|
|
125 |
Button ajouterBouton = creerBoutonAjouter();
|
|
|
126 |
barreOutils.add(ajouterBouton);
|
|
|
127 |
|
|
|
128 |
barreOutils.add(new Text(" ou "));
|
|
|
129 |
|
|
|
130 |
publicationsSaisiesComboBox = creerComboBoxPublicationsSaisis();
|
|
|
131 |
barreOutils.add(publicationsSaisiesComboBox);
|
|
|
132 |
|
|
|
133 |
barreOutils.add(new SeparatorToolItem());
|
|
|
134 |
|
|
|
135 |
publicationsBoutonModifier = creerBoutonModifier();
|
|
|
136 |
barreOutils.add(publicationsBoutonModifier);
|
|
|
137 |
|
|
|
138 |
barreOutils.add(new SeparatorToolItem());
|
|
|
139 |
|
|
|
140 |
publicationsBoutonSupprimer = creerBoutonSupprimer();
|
|
|
141 |
barreOutils.add(publicationsBoutonSupprimer);
|
|
|
142 |
|
|
|
143 |
barreOutils.add(new SeparatorToolItem());
|
|
|
144 |
|
|
|
145 |
Button rafraichirBouton = creerBoutonRafraichir();
|
|
|
146 |
barreOutils.add(rafraichirBouton);
|
|
|
147 |
|
|
|
148 |
return barreOutils;
|
|
|
149 |
}
|
|
|
150 |
|
|
|
151 |
private Button creerBoutonAjouter() {
|
|
|
152 |
Button bouton = new Button(i18nC.ajouter());
|
|
|
153 |
bouton.setIcon(Images.ICONES.vcardAjouter());
|
|
|
154 |
bouton.addSelectionListener(new SelectionListener<ButtonEvent>() {
|
|
|
155 |
@Override
|
|
|
156 |
public void componentSelected(ButtonEvent ce) {
|
|
|
157 |
fenetreFormulaire = creerFenetreModaleAvecFormulairePersonne(Formulaire.MODE_AJOUTER);
|
|
|
158 |
fenetreFormulaire.show();
|
|
|
159 |
}
|
|
|
160 |
});
|
|
|
161 |
return bouton;
|
|
|
162 |
}
|
|
|
163 |
|
|
|
164 |
private Button creerBoutonModifier() {
|
|
|
165 |
Button bouton = new Button(i18nC.modifier());
|
|
|
166 |
bouton.setIcon(Images.ICONES.vcardModifier());
|
|
|
167 |
bouton.addSelectionListener(new SelectionListener<ButtonEvent>() {
|
|
|
168 |
@Override
|
|
|
169 |
public void componentSelected(ButtonEvent ce) {
|
|
|
170 |
PublicationAPersonne publicationSaisieSelectionnee = grille.getSelectionModel().getSelectedItem();
|
|
|
171 |
|
|
|
172 |
if (publicationSaisieSelectionnee == null) {
|
|
|
173 |
Info.display(i18nC.informationTitreGenerique(), i18nC.selectionnerPublication());
|
|
|
174 |
} else {
|
|
|
175 |
fenetreFormulaire = creerFenetreModaleAvecFormulairePersonne(Formulaire.MODE_MODIFIER);
|
|
|
176 |
fenetreFormulaire.show();
|
|
|
177 |
}
|
|
|
178 |
}
|
|
|
179 |
});
|
|
|
180 |
return bouton;
|
|
|
181 |
}
|
|
|
182 |
|
|
|
183 |
private FenetreForm creerFenetreModaleAvecFormulairePersonne(String mode) {
|
|
|
184 |
String publicationId = null;
|
|
|
185 |
if (mode.equals(Formulaire.MODE_MODIFIER)) {
|
|
|
186 |
PublicationAPersonne publicationSaisiSelectionne = grille.getSelectionModel().getSelectedItem();
|
|
|
187 |
publicationId = publicationSaisiSelectionne.getIdPublication();
|
|
|
188 |
}
|
|
|
189 |
|
|
|
190 |
final FenetreForm fenetre = new FenetreForm("");
|
|
|
191 |
final PublicationForm formulaire = creerFormulairePublication(fenetre, publicationId);
|
|
|
192 |
fenetre.add(formulaire);
|
|
|
193 |
return fenetre;
|
|
|
194 |
}
|
|
|
195 |
|
|
|
196 |
private PublicationForm creerFormulairePublication(final FenetreForm fenetre, final String publicationId) {
|
|
|
197 |
PublicationForm formulairePublication = new PublicationForm(mediateur, publicationId, this);
|
|
|
198 |
FormPanel panneauFormulaire = formulairePublication.getFormulaire();
|
|
|
199 |
fenetre.setHeading(panneauFormulaire.getHeading());
|
|
|
200 |
panneauFormulaire.setHeaderVisible(false);
|
|
|
201 |
panneauFormulaire.setTopComponent(null);
|
|
|
202 |
|
|
|
203 |
// FIXME : avec GXT-2.1.0 la redéfinition du bottom component ne marche plus. Nous le cachons et en créeons un dans la fenêtre.
|
|
|
204 |
panneauFormulaire.getBottomComponent().hide();
|
|
|
205 |
SelectionListener<ButtonEvent> ecouteur = creerEcouteurValidationFormulairePublication(fenetre, formulairePublication);
|
|
|
206 |
final ButtonBar barreValidation = new FormulaireBarreValidation(ecouteur);
|
|
|
207 |
fenetre.setBottomComponent(barreValidation);
|
|
|
208 |
|
|
|
209 |
return formulairePublication;
|
|
|
210 |
}
|
|
|
211 |
|
|
|
212 |
private SelectionListener<ButtonEvent> creerEcouteurValidationFormulairePublication(final FenetreForm fenetre, final PublicationForm formulaire) {
|
|
|
213 |
SelectionListener<ButtonEvent> ecouteur = new SelectionListener<ButtonEvent>() {
|
|
|
214 |
@Override
|
|
|
215 |
public void componentSelected(ButtonEvent ce) {
|
|
|
216 |
String code = ((Button) ce.getComponent()).getData("code");
|
|
|
217 |
if (code.equals(FormulaireBarreValidation.CODE_BOUTON_VALIDER)) {
|
|
|
218 |
if (formulaire.soumettreFormulaire()) {
|
|
|
219 |
fenetre.hide();
|
|
|
220 |
}
|
|
|
221 |
} else if (code.equals(FormulaireBarreValidation.CODE_BOUTON_APPLIQUER)) {
|
|
|
222 |
formulaire.soumettreFormulaire();
|
|
|
223 |
} else if (code.equals(FormulaireBarreValidation.CODE_BOUTON_ANNULER)) {
|
|
|
224 |
fenetre.hide();
|
|
|
225 |
} else if (code.equals(FormulaireBarreValidation.CODE_BOUTON_REINITIALISER)) {
|
|
|
226 |
fenetreFormulaire.hide();
|
|
|
227 |
fenetreFormulaire = creerFenetreModaleAvecFormulairePersonne(formulaire.mode);
|
|
|
228 |
fenetreFormulaire.show();
|
|
|
229 |
}
|
|
|
230 |
}
|
|
|
231 |
};
|
|
|
232 |
|
|
|
233 |
return ecouteur;
|
|
|
234 |
}
|
|
|
235 |
|
|
|
236 |
private Button creerBoutonSupprimer() {
|
|
|
237 |
Button bouton = new Button(i18nC.supprimer());
|
|
|
238 |
bouton.setIcon(Images.ICONES.vcardSupprimer());
|
|
|
239 |
bouton.addSelectionListener(new SelectionListener<ButtonEvent>() {
|
|
|
240 |
@Override
|
|
|
241 |
public void componentSelected(ButtonEvent ce) {
|
|
|
242 |
PublicationAPersonne publicationSaisieSelectionnee = grille.getSelectionModel().getSelectedItem();
|
|
|
243 |
if (publicationSaisieSelectionnee == null) {
|
|
|
244 |
Info.display(i18nC.informationTitreGenerique(), i18nC.selectionnerPublication());
|
|
|
245 |
} else {
|
|
|
246 |
supprimerDansGrille(publicationSaisieSelectionnee);
|
|
|
247 |
}
|
|
|
248 |
}
|
|
|
249 |
});
|
|
|
250 |
return bouton;
|
|
|
251 |
}
|
|
|
252 |
|
|
|
253 |
private Button creerBoutonRafraichir() {
|
|
|
254 |
Button bouton = new Button(i18nC.rafraichir());
|
|
|
255 |
bouton.setIcon(Images.ICONES.rafraichir());
|
|
|
256 |
bouton.addSelectionListener(new SelectionListener<ButtonEvent>() {
|
|
|
257 |
@Override
|
|
|
258 |
public void componentSelected(ButtonEvent ce) {
|
|
|
259 |
actualiserGrille();
|
|
|
260 |
}
|
|
|
261 |
});
|
|
|
262 |
return bouton;
|
|
|
263 |
}
|
|
|
264 |
|
|
|
265 |
private void actualiserGrille() {
|
|
|
266 |
if (mode.equals(Formulaire.MODE_MODIFIER)) {
|
1003 |
gduche |
267 |
mediateur.selectionnerPublicationAPersonne(this, null, personneSelectionnee.getId(), "%");
|
991 |
gduche |
268 |
} else {
|
|
|
269 |
grille.getStore().removeAll();
|
|
|
270 |
layout();
|
|
|
271 |
}
|
|
|
272 |
}
|
|
|
273 |
|
|
|
274 |
private ComboBox<Publication> creerComboBoxPublicationsSaisis() {
|
|
|
275 |
ListStore<Publication> publicationsSaisiesStore = new ListStore<Publication>();
|
|
|
276 |
|
|
|
277 |
ComboBox<Publication> comboBox = new ComboBox<Publication>();
|
|
|
278 |
comboBox.setWidth(400);
|
|
|
279 |
comboBox.setEmptyText(i18nC.chercherPublicationSaisi());
|
|
|
280 |
comboBox.setTriggerAction(TriggerAction.ALL);
|
|
|
281 |
comboBox.setEditable(true);
|
|
|
282 |
comboBox.setDisplayField("fmt_nom_complet");
|
|
|
283 |
comboBox.setStore(publicationsSaisiesStore);
|
|
|
284 |
comboBox.addKeyListener(new KeyListener() {
|
|
|
285 |
public void componentKeyUp(ComponentEvent ce) {
|
|
|
286 |
if (publicationsSaisiesComboBox.getRawValue() != null && publicationsSaisiesComboBox.getRawValue().length() > 0) {
|
|
|
287 |
if (!ce.isNavKeyPress()) {
|
|
|
288 |
obtenirPublicationsSaisies(publicationsSaisiesComboBox.getRawValue());
|
|
|
289 |
}
|
|
|
290 |
}
|
|
|
291 |
}
|
|
|
292 |
});
|
|
|
293 |
comboBox.addListener(Events.Select, new Listener<BaseEvent>() {
|
|
|
294 |
@Override
|
|
|
295 |
public void handleEvent(BaseEvent be) {
|
|
|
296 |
if (publicationsSaisiesComboBox.getValue() instanceof Publication) {
|
|
|
297 |
Publication publicationSaisieSelectionne = publicationsSaisiesComboBox.getValue();
|
|
|
298 |
ajouterDansGrille(publicationSaisieSelectionne);
|
|
|
299 |
publicationsSaisiesComboBox.setValue(null);
|
|
|
300 |
}
|
|
|
301 |
}
|
|
|
302 |
});
|
|
|
303 |
return comboBox;
|
|
|
304 |
}
|
|
|
305 |
|
|
|
306 |
private void ajouterDansGrille(Publication publication) {
|
|
|
307 |
ajouterDansGrille(publication, 0);
|
|
|
308 |
}
|
|
|
309 |
|
|
|
310 |
private void ajouterDansGrille(Publication publication, int index) {
|
|
|
311 |
if (publication != null) {
|
|
|
312 |
/*CollectionAPublication publicationLiee = new CollectionAPublication();
|
|
|
313 |
publicationLiee.setPublication(publication);
|
|
|
314 |
publicationLiee.setIdPublication(publication.getId());
|
|
|
315 |
// Gestion de l'id de la collection
|
|
|
316 |
if (mode.equals(Formulaire.MODE_MODIFIER)) {
|
|
|
317 |
publicationLiee.setIdCollection(collection.getId());
|
|
|
318 |
}
|
|
|
319 |
|
|
|
320 |
*/
|
|
|
321 |
|
|
|
322 |
PublicationAPersonne publicationLiee = new PublicationAPersonne();
|
|
|
323 |
publicationLiee.setPersonne(personneSelectionnee);
|
|
|
324 |
publicationLiee.setPublicationLiee(publication);
|
|
|
325 |
publicationLiee.setIdPublication(publication.getId());
|
|
|
326 |
publicationLiee.set("_etat_", aDonnee.ETAT_AJOUTE);
|
|
|
327 |
|
|
|
328 |
// Ajout à la grille
|
|
|
329 |
grille.stopEditing();
|
|
|
330 |
grille.getStore().insert(publicationLiee, 0);
|
|
|
331 |
grille.startEditing(index, 0);
|
|
|
332 |
grille.getSelectionModel().select(index, false);
|
|
|
333 |
}
|
|
|
334 |
}
|
|
|
335 |
|
|
|
336 |
private void supprimerDansGrille(PublicationAPersonne publicationLiee) {
|
|
|
337 |
if (publicationLiee != null) {
|
|
|
338 |
// Ajout de la personne supprimée à la liste
|
|
|
339 |
if ((publicationLiee.get("_etat_").equals("") || !publicationLiee.get("_etat_").equals(aDonnee.ETAT_AJOUTE))
|
|
|
340 |
&& publicationLiee.getId() != null
|
|
|
341 |
&& !publicationLiee.getId().equals("")) {
|
|
|
342 |
Debug.log("Nbre publications supprimées avant:"+publicationsSupprimees.size());
|
|
|
343 |
publicationsSupprimees.put("id"+idGenere++, publicationLiee);
|
|
|
344 |
//GWT.log("Publications supprimée : "+publicationLiee.getIdPublication()+" "+publicationLiee.get.getNomComplet(), null);
|
|
|
345 |
Debug.log("Nbre publications supprimées :"+publicationsSupprimees.size());
|
|
|
346 |
}
|
|
|
347 |
|
|
|
348 |
// Suppression de l'enregistrement de la grille
|
|
|
349 |
grille.getStore().remove(publicationLiee);
|
|
|
350 |
}
|
|
|
351 |
}
|
|
|
352 |
|
|
|
353 |
private EditorGrid<PublicationAPersonne> creerGrille() {
|
|
|
354 |
ListStore<PublicationAPersonne> storeGrille = new ListStore<PublicationAPersonne>();
|
|
|
355 |
storeGrille.addListener(Store.Add, new Listener<StoreEvent<PublicationAPersonne>>() {
|
|
|
356 |
public void handleEvent(StoreEvent<PublicationAPersonne> ce) {
|
|
|
357 |
actualiserEtatBoutonsBarreOutils();
|
|
|
358 |
}
|
|
|
359 |
});
|
|
|
360 |
storeGrille.addListener(Store.Remove, new Listener<StoreEvent<PublicationAPersonne>>() {
|
|
|
361 |
public void handleEvent(StoreEvent<PublicationAPersonne> ce) {
|
|
|
362 |
actualiserEtatBoutonsBarreOutils();
|
|
|
363 |
}
|
|
|
364 |
});
|
|
|
365 |
|
|
|
366 |
RowNumberer numeroPlugin = new RowNumberer();
|
|
|
367 |
numeroPlugin.setHeader("#");
|
|
|
368 |
|
|
|
369 |
XTemplate infoTpl = XTemplate.create("<p>"+
|
|
|
370 |
"<span style='font-weight:bold;'>"+i18nC.publicationAuteurs()+" :</span> {fmt_auteur}<br />"+
|
|
|
371 |
"<span style='font-weight:bold;'>"+i18nC.publicationTitre()+" :</span> {titre}<br />"+
|
|
|
372 |
"<span style='font-weight:bold;'>"+i18nC.publicationRevueCollection()+" :</span> {collection}<br />"+
|
|
|
373 |
"<span style='font-weight:bold;'>"+i18nC.publicationEditeur()+" :</span> {_editeur_}"+
|
|
|
374 |
"</p>");
|
|
|
375 |
RowExpander expansionPlugin = new RowExpander();
|
|
|
376 |
expansionPlugin.setTemplate(infoTpl);
|
|
|
377 |
|
|
|
378 |
List<ColumnConfig> colonnes = new ArrayList<ColumnConfig>();
|
|
|
379 |
colonnes.add(expansionPlugin);
|
|
|
380 |
colonnes.add(numeroPlugin);
|
1003 |
gduche |
381 |
|
|
|
382 |
|
|
|
383 |
typeRelationCombo = new ComboBox<Valeur>();
|
|
|
384 |
typeRelationCombo.setForceSelection(true);
|
|
|
385 |
typeRelationCombo.setTriggerAction(TriggerAction.ALL);
|
|
|
386 |
typeRelationCombo.setDisplayField("nom");
|
|
|
387 |
typeRelationCombo.setStore(new ListStore<Valeur>());
|
|
|
388 |
typeRelationCombo.setEditable(false);
|
|
|
389 |
typeRelationCombo.addStyleName(ComposantClass.OBLIGATOIRE);
|
|
|
390 |
typeRelationCombo.addListener(Events.Select, Formulaire.creerEcouteurChampObligatoire());
|
|
|
391 |
|
|
|
392 |
CellEditor editeurRelation = new CellEditor(typeRelationCombo) {
|
|
|
393 |
@Override
|
|
|
394 |
public Object preProcessValue(Object valeur) {
|
|
|
395 |
Valeur retour = null;
|
|
|
396 |
if (valeur != null ) {
|
|
|
397 |
Debug.log(valeur.toString());
|
|
|
398 |
if (typeRelationCombo.getStore().findModel("nom", valeur.toString()) != null) {
|
|
|
399 |
retour = typeRelationCombo.getStore().findModel("nom", valeur.toString());
|
|
|
400 |
} else if (typeRelationCombo.getStore().findModel("abr", valeur.toString()) != null) {
|
|
|
401 |
retour = typeRelationCombo.getStore().findModel("abr", valeur.toString());
|
|
|
402 |
} else if (typeRelationCombo.getStore().findModel("id_valeur", valeur.toString()) != null) {
|
|
|
403 |
retour = typeRelationCombo.getStore().findModel("id_valeur", valeur.toString());
|
|
|
404 |
}
|
|
|
405 |
}
|
|
|
406 |
return retour;
|
|
|
407 |
}
|
|
|
408 |
|
|
|
409 |
@Override
|
|
|
410 |
public Object postProcessValue(Object valeur) {
|
|
|
411 |
String retour = null;
|
|
|
412 |
if (valeur != null ) {
|
|
|
413 |
if (valeur instanceof Valeur) {
|
|
|
414 |
Valeur valeurOntologie = (Valeur) valeur;
|
|
|
415 |
retour = valeurOntologie.getId();
|
|
|
416 |
}
|
|
|
417 |
}
|
|
|
418 |
return retour;
|
|
|
419 |
}
|
|
|
420 |
};
|
|
|
421 |
|
|
|
422 |
GridCellRenderer<PublicationAPersonne> relationRendu = new GridCellRenderer<PublicationAPersonne>() {
|
|
|
423 |
@Override
|
|
|
424 |
public String render(PublicationAPersonne modele, String property, ColumnData config, int rowIndex, int colIndex, ListStore<PublicationAPersonne> store, Grid<PublicationAPersonne> grille) {
|
|
|
425 |
// Gestion du texte afficher dans la cellule
|
|
|
426 |
String role = modele.get("_role_");
|
|
|
427 |
if (typeRelationCombo.getStore() != null && role.matches("[0-9]+")) {
|
|
|
428 |
role = typeRelationCombo.getStore().findModel("id_valeur", role).getId();
|
|
|
429 |
}
|
|
|
430 |
modele.set("_role_", role);
|
|
|
431 |
|
|
|
432 |
return role;
|
|
|
433 |
}
|
|
|
434 |
};
|
|
|
435 |
|
|
|
436 |
|
|
|
437 |
ColumnConfig typeRelationColonne = new ColumnConfig("_role_", i18nC.typeRelationPersonneCollection(), 75);
|
|
|
438 |
typeRelationColonne.setEditor(editeurRelation);
|
|
|
439 |
typeRelationColonne.setRenderer(relationRendu);
|
|
|
440 |
colonnes.add(typeRelationColonne);
|
|
|
441 |
|
991 |
gduche |
442 |
colonnes.add(new ColumnConfig("fmt_auteur", i18nC.publicationAuteurs(), 150));
|
|
|
443 |
colonnes.add(new ColumnConfig("titre", i18nC.publicationTitre(), 150));
|
|
|
444 |
colonnes.add(new ColumnConfig("collection", i18nC.publicationRevueCollection(), 75));
|
|
|
445 |
colonnes.add(creerColonneEditeur());
|
|
|
446 |
colonnes.add(creerColonneAnneePublication());
|
|
|
447 |
colonnes.add(new ColumnConfig("indication_nvt", i18nC.publicationNvt(), 75));
|
|
|
448 |
colonnes.add(new ColumnConfig("fascicule", i18nC.publicationFascicule(), 75));
|
|
|
449 |
colonnes.add(new ColumnConfig("truk_pages", i18nC.publicationPage(), 50));
|
|
|
450 |
|
|
|
451 |
GridSelectionModel<PublicationAPersonne> modeleDeSelection = new GridSelectionModel<PublicationAPersonne>();
|
|
|
452 |
|
|
|
453 |
ColumnModel modeleDeColonnes = new ColumnModel(colonnes);
|
|
|
454 |
modeleDeColonnes.getColumn(0).setWidget(Images.ICONES.information().createImage(), "Info");
|
|
|
455 |
|
|
|
456 |
EditorGrid<PublicationAPersonne> grillePublications = new EditorGrid<PublicationAPersonne>(storeGrille, modeleDeColonnes);
|
|
|
457 |
grillePublications.setHeight("100%");
|
|
|
458 |
grillePublications.setBorders(true);
|
|
|
459 |
grillePublications.setSelectionModel(modeleDeSelection);
|
|
|
460 |
grillePublications.addPlugin(expansionPlugin);
|
|
|
461 |
grillePublications.addPlugin(numeroPlugin);
|
|
|
462 |
grillePublications.getView().setForceFit(true);
|
|
|
463 |
grillePublications.setAutoExpandColumn("titre");
|
|
|
464 |
grillePublications.setStripeRows(true);
|
|
|
465 |
grillePublications.setTrackMouseOver(true);
|
|
|
466 |
|
|
|
467 |
return grillePublications;
|
|
|
468 |
}
|
|
|
469 |
|
|
|
470 |
private ColumnConfig creerColonneEditeur() {
|
|
|
471 |
GridCellRenderer<PublicationAPersonne> editeurRendu = new GridCellRenderer<PublicationAPersonne>() {
|
|
|
472 |
@Override
|
|
|
473 |
public String render(PublicationAPersonne model, String property, ColumnData config, int rowIndex, int colIndex, ListStore<PublicationAPersonne> store, Grid<PublicationAPersonne> grid) {
|
|
|
474 |
String editeur = model.getPublicationLiee().getNomEditeur();
|
|
|
475 |
model.set("_editeur_", editeur);
|
|
|
476 |
return editeur;
|
|
|
477 |
}
|
|
|
478 |
};
|
|
|
479 |
ColumnConfig editeurColonne = new ColumnConfig("_editeur_", Mediateur.i18nC.publicationEditeur(), 135);
|
|
|
480 |
editeurColonne.setRenderer(editeurRendu);
|
|
|
481 |
return editeurColonne;
|
|
|
482 |
}
|
|
|
483 |
|
|
|
484 |
private ColumnConfig creerColonneAnneePublication() {
|
|
|
485 |
GridCellRenderer<PublicationAPersonne> datePublicationRendu = new GridCellRenderer<PublicationAPersonne>() {
|
|
|
486 |
@Override
|
|
|
487 |
public String render(PublicationAPersonne model, String property, ColumnData config, int rowIndex, int colIndex, ListStore<PublicationAPersonne> store, Grid<PublicationAPersonne> grid) {
|
|
|
488 |
String annee = model.getPublicationLiee().getAnneeParution();
|
|
|
489 |
model.set("_annee_", annee);
|
|
|
490 |
return annee;
|
|
|
491 |
}
|
|
|
492 |
};
|
|
|
493 |
ColumnConfig datePublicationColonne = new ColumnConfig("_annee_", Mediateur.i18nC.publicationDateParution(), 75);
|
|
|
494 |
datePublicationColonne.setRenderer(datePublicationRendu);
|
|
|
495 |
return datePublicationColonne;
|
|
|
496 |
}
|
|
|
497 |
|
|
|
498 |
public void actualiserEtatBoutonsBarreOutils() {
|
|
|
499 |
// Activation des boutons si la grille contient un élément
|
|
|
500 |
if (grille.getStore().getCount() > 0) {
|
|
|
501 |
publicationsBoutonSupprimer.enable();
|
|
|
502 |
publicationsBoutonModifier.enable();
|
|
|
503 |
}
|
|
|
504 |
// Désactivation des boutons si la grille ne contient plus d'élément
|
|
|
505 |
if (grille.getStore().getCount() == 0) {
|
|
|
506 |
publicationsBoutonSupprimer.disable();
|
|
|
507 |
publicationsBoutonModifier.disable();
|
|
|
508 |
}
|
|
|
509 |
}
|
|
|
510 |
|
|
|
511 |
public void rafraichir(Object nouvellesDonnees) {
|
|
|
512 |
if (nouvellesDonnees instanceof Information) {
|
|
|
513 |
Information info = (Information) nouvellesDonnees;
|
|
|
514 |
rafraichirInformation(info);
|
1003 |
gduche |
515 |
} else if (nouvellesDonnees instanceof ValeurListe) {
|
|
|
516 |
ValeurListe listeValeurs = (ValeurListe) nouvellesDonnees;
|
|
|
517 |
if (listeValeurs.getId().equals(config.getListeId("relationPersonnePublication"))) {
|
|
|
518 |
Formulaire.rafraichirComboBox(listeValeurs, typeRelationCombo);
|
|
|
519 |
}
|
991 |
gduche |
520 |
} else if (nouvellesDonnees instanceof PublicationListe) {
|
|
|
521 |
PublicationListe listePublications = (PublicationListe) nouvellesDonnees;
|
|
|
522 |
rafraichirPublicationListe(listePublications);
|
|
|
523 |
} else {
|
|
|
524 |
GWT.log(Mediateur.i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), null);
|
|
|
525 |
}
|
|
|
526 |
}
|
|
|
527 |
|
|
|
528 |
private void rafraichirPublicationListe(PublicationListe listePublications) {
|
|
|
529 |
publicationsSaisiesComboBox.getStore().removeAll();
|
|
|
530 |
publicationsSaisiesComboBox.getStore().add(listePublications.toList());
|
|
|
531 |
publicationsSaisiesComboBox.expand();
|
|
|
532 |
}
|
|
|
533 |
|
|
|
534 |
public void rafraichirInformation(Information info) {
|
|
|
535 |
if (info.getMessages() != null && !info.getMessages().toString().equals("[]")) {
|
|
|
536 |
GWT.log("MESSAGES:\n"+info.getMessages().toString(), null);
|
|
|
537 |
}
|
|
|
538 |
String type = info.getType();
|
|
|
539 |
if (type.equals("publication_liees")) {
|
|
|
540 |
if (info.getDonnee(0) != null) {
|
|
|
541 |
initialiser();
|
|
|
542 |
personneSelectionnee.setPublicationsLiees((PublicationAPersonneListe) info.getDonnee(0));
|
|
|
543 |
peupler();
|
|
|
544 |
}
|
|
|
545 |
} else if (type.equals("publication_modifiee")) {
|
|
|
546 |
if (info.getDonnee(0) != null) {
|
|
|
547 |
Publication publication = (Publication) info.getDonnee(0);
|
|
|
548 |
PublicationAPersonne publicationDansGrille = grille.getStore().findModel("id_publication", publication.getId());
|
|
|
549 |
int index = grille.getStore().indexOf(publicationDansGrille);
|
|
|
550 |
grille.getStore().remove(publicationDansGrille);
|
|
|
551 |
ajouterDansGrille(publication, index);
|
|
|
552 |
}
|
|
|
553 |
} else if (type.equals("publication_ajoutee")) {
|
|
|
554 |
if (info.getDonnee(0) != null) {
|
|
|
555 |
Publication publication = (Publication) info.getDonnee(0);
|
|
|
556 |
ajouterDansGrille(publication);
|
|
|
557 |
}
|
|
|
558 |
} else if (type.equals("suppression_collection_a_publication")) {
|
|
|
559 |
Info.display("Suppression des publications liées à la collection", info.toString());
|
|
|
560 |
} else if (type.equals("ajout_collection_a_publication")) {
|
|
|
561 |
Info.display("Ajout des publications liées à la collection", info.toString());
|
|
|
562 |
} else {
|
|
|
563 |
GWT.log(Mediateur.i18nM.erreurRafraichir(info.getClass(), this.getClass()), null);
|
|
|
564 |
}
|
|
|
565 |
}
|
|
|
566 |
|
|
|
567 |
public void peupler() {
|
|
|
568 |
grille.getStore().removeAll();
|
|
|
569 |
grille.getStore().add(personneSelectionnee.getPublicationsLiees().toList());
|
|
|
570 |
layout();
|
|
|
571 |
Info.display(i18nC.chargementPublication(), i18nC.ok());
|
|
|
572 |
|
|
|
573 |
}
|
|
|
574 |
|
|
|
575 |
public void collecter() {
|
|
|
576 |
if (etreAccede()) {
|
|
|
577 |
int nbrePublication = grille.getStore().getCount();
|
|
|
578 |
for (int i = 0; i < nbrePublication; i++) {
|
|
|
579 |
PublicationAPersonne publicationLiee = grille.getStore().getAt(i);
|
|
|
580 |
if (publicationLiee.get("_etat_") != null) {
|
|
|
581 |
if (publicationLiee.get("_etat_").equals(aDonnee.ETAT_MODIFIE)) {
|
|
|
582 |
// Comme il est impossible de modifier les relations nous supprimons l'ancien enregistrement et ajoutons un nouveau avec le nouveau id_role
|
|
|
583 |
publicationsSupprimees.put("id"+idGenere++, publicationLiee);
|
|
|
584 |
|
|
|
585 |
PublicationAPersonne relationAAjouter = (PublicationAPersonne) publicationLiee.cloner(new PublicationAPersonne());
|
|
|
586 |
publicationsAjoutees.put("id"+idGenere++, relationAAjouter);
|
|
|
587 |
Debug.log(publicationLiee.toString());
|
|
|
588 |
}
|
|
|
589 |
if (publicationLiee.get("_etat_").equals(aDonnee.ETAT_AJOUTE)) {
|
|
|
590 |
publicationsAjoutees.put("id"+idGenere++, publicationLiee);
|
|
|
591 |
Debug.log(publicationLiee.toString());
|
|
|
592 |
}
|
|
|
593 |
// Initialisation de la grille
|
|
|
594 |
publicationLiee.set("_etat_", "");
|
|
|
595 |
}
|
|
|
596 |
}
|
|
|
597 |
grille.getStore().commitChanges();
|
|
|
598 |
}
|
|
|
599 |
}
|
|
|
600 |
|
|
|
601 |
public void soumettre() {
|
|
|
602 |
if (mode.equals(Formulaire.MODE_MODIFIER)) {
|
|
|
603 |
if (publicationsAjoutees.size() == 0 && publicationsSupprimees.size() == 0) {
|
|
|
604 |
Info.display("Modification des publications liées", "Rien n'a été enregistré car le formulaire n'a pas été modifié.");
|
|
|
605 |
} else {
|
|
|
606 |
// Ajout des relations CollectionAPublication
|
|
|
607 |
if (publicationsAjoutees.size() != 0) {
|
|
|
608 |
//TODO : utiliser le role d'une liste déroulante
|
1003 |
gduche |
609 |
mediateur.ajouterPublicationAPersonne(this, publicationsAjoutees, personneSelectionnee.getId(), null);
|
991 |
gduche |
610 |
}
|
|
|
611 |
// Suppression des relations CollectionAPublication
|
|
|
612 |
if (publicationsSupprimees.size() != 0) {
|
|
|
613 |
mediateur.supprimerPublicationAPersonne(this, publicationsSupprimees);
|
|
|
614 |
}
|
|
|
615 |
}
|
|
|
616 |
}
|
|
|
617 |
}
|
|
|
618 |
|
|
|
619 |
private void obtenirPublicationsSaisies(String nom) {
|
|
|
620 |
mediateur.selectionnerPublicationParNomComplet(this, null, nom+"%");
|
|
|
621 |
}
|
|
|
622 |
}
|