Subversion Repositories eFlore/Applications.coel

Rev

Rev 1287 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1287 Rev 1327
Line 63... Line 63...
63
	
63
	
64
	@SuppressWarnings("unchecked")
64
	@SuppressWarnings("unchecked")
65
	public ComboBox getComboBox(String nom)	{
65
	public ComboBox getComboBox(String nom)	{
66
		return (ComboBox) get(nom);
66
		return (ComboBox) get(nom);
-
 
67
	}
-
 
68
	
-
 
69
	public ChampComboBoxRechercheTempsReelPaginable getComboBoxRechercheTempsReelPaginable(String nom) {
-
 
70
		return (ChampComboBoxRechercheTempsReelPaginable) get(nom);
67
	}
71
	}