Subversion Repositories eFlore/Archives.cel-v1

Rev

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

Rev 24 Rev 25
Line 133... Line 133...
133
	private void setStatusText(String text) {
133
	private void setStatusText(String text) {
134
		navBar.status.setText(text);
134
		navBar.status.setText(text);
135
	}
135
	}
Line 136... Line 136...
136
 
136
 
-
 
137
	private static final int VISIBLE_TAXON_COUNT = 15;
-
 
138
	
Line 137... Line 139...
137
	private static final int VISIBLE_TAXON_COUNT = 15;
139
 
Line 138... Line 140...
138
 
140
 
Line 217... Line 219...
217
				  }
219
				  }
218
			  }
220
			  }
Line 219... Line 221...
219
 
221
 
Line 220... Line 222...
220
	    });
222
	    });
221
	    
223
	    
222
		
224
 
Line 223... Line 225...
223
		//updateCount();
225
		//updateCount();
-
 
226
		// update()
Line 224... Line 227...
224
		// update()
227
 
Line 251... Line 254...
251
			    	}
254
			    	}
252
			    }
255
			    }
253
			  }
256
			  }
Line -... Line 257...
-
 
257
 
-
 
258
 
-
 
259
 
-
 
260
		/**
-
 
261
		 * Action lancee par la completion d'un nom dans l'assistant de saisie
-
 
262
		 * Recherche d'information complémentaires ....
-
 
263
		 * 
-
 
264
		 * @return void
-
 
265
		 */
-
 
266
		  
-
 
267
		public void onComplete(ResponseTextHandler sender, String str, String value) {
-
 
268
			
-
 
269
			if (sender instanceof NameAssistant) {
-
 
270
				mediator.onNameCompleted(value);
-
 
271
			}
-
 
272
 
Line 254... Line 273...
254
 
273
		}	
255
 
274
		  
256
	
275
	
Line 263... Line 282...
263
	 * @return void
282
	 * @return void
264
	 */
283
	 */
265
	public void onValidate(SourcesAutoCompleteAsyncTextBoxEvents sender,
284
	public void onValidate(SourcesAutoCompleteAsyncTextBoxEvents sender,
266
			  String str, String value) {
285
			  String str, String value) {
Line -... Line 286...
-
 
286
	
-
 
287
	  	if (mediator.getEntryPanel().getOrdre()==null) {
-
 
288
			     mediator.onAddInventoryItem(); 
-
 
289
		  	}
-
 
290
		else {
-
 
291
		     mediator.onModifyInventoryItem(mediator.getEntryPanel().getOrdre()); 
-
 
292
		     mediator.getEntryPanel().setOrdre(null);
Line 267... Line -...
267
	
-
 
268
 
-
 
269
	mediator.onAddInventoryItem();
293
		 }
Line 270... Line 294...
270
		
294
 
Line 633... Line 657...
633
	 *  @param deep : force une mise a jour totale
657
	 *  @param deep : force une mise a jour totale
634
	 */
658
	 */
Line 635... Line 659...
635
 
659
 
Line 636... Line 660...
636
	public void update() {
660
	public void update() {
-
 
661
 
-
 
662
		
-
 
663
		// Mise a jour boutton export feuille de calcul
-
 
664
		
-
 
665
		mediator.getActionPanel().getExportButton().setHTML("<a href=\""+mediator.getServiceBaseUrl()+"/InventoryExport/" 
-
 
666
				+  user + "/"
-
 
667
				+ location + "/"
-
 
668
				+ station + "/"
-
 
669
				+ search + "/"
-
 
670
				+ date + 
-
 
671
				"\">"+"Export&nbsp;tableur</a>");
637
 
672
 
638
	
673
		
Line 639... Line 674...
639
//		table.setBorderWidth(1);
674
//		table.setBorderWidth(1);
640
		setStatusDisabled();
675
		setStatusDisabled();
Line 1016... Line 1051...
1016
	public void setStation(String station) {
1051
	public void setStation(String station) {
1017
		this.station = station;
1052
		this.station = station;
1018
	}
1053
	}
Line 1019... Line -...
1019
 
-
 
1020
 
1054
 
1021
	
-
 
Line 1022... Line 1055...
1022
	
1055