Subversion Repositories eFlore/Applications.coel

Rev

Rev 703 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 703 Rev 775
Line 121... Line 121...
121
			}
121
			}
122
		});
122
		});
123
		structuresCombo.setTriggerAction(TriggerAction.ALL);
123
		structuresCombo.setTriggerAction(TriggerAction.ALL);
124
		structuresCombo.setStore(structuresStore);
124
		structuresCombo.setStore(structuresStore);
125
		liaisonFieldSet.add(structuresCombo, new FormData(450, 0));
125
		liaisonFieldSet.add(structuresCombo, new FormData(450, 0));
126
		mediateur.selectionnerStructure(this, null);
126
		mediateur.selectionnerStructureParProjet(this, null);
Line 127... Line 127...
127
		
127
		
128
		collectionsStore = new ListStore<Collection>();
128
		collectionsStore = new ListStore<Collection>();
129
		collectionsCombo = new ComboBox<Collection>();
129
		collectionsCombo = new ComboBox<Collection>();
130
		collectionsCombo.setTabIndex(tabIndex++);
130
		collectionsCombo.setTabIndex(tabIndex++);
Line 148... Line 148...
148
			}
148
			}
149
		});
149
		});
150
		collectionsCombo.setTriggerAction(TriggerAction.ALL);
150
		collectionsCombo.setTriggerAction(TriggerAction.ALL);
151
		collectionsCombo.setStore(collectionsStore);
151
		collectionsCombo.setStore(collectionsStore);
152
		liaisonFieldSet.add(collectionsCombo, new FormData(450, 0));
152
		liaisonFieldSet.add(collectionsCombo, new FormData(450, 0));
153
		mediateur.selectionnerCollection(this, null);
153
		mediateur.selectionnerCollectionParProjet(this, null);
Line 154... Line 154...
154
		
154
		
155
		this.add(liaisonFieldSet);
155
		this.add(liaisonFieldSet);
Line 156... Line 156...
156
	}
156
	}