Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1206 Rev 1250
Line 74... Line 74...
74
		
74
		
75
		store.sort("id", SortDir.DESC);
75
		store.sort("id", SortDir.DESC);
76
		add(grille);
76
		add(grille);
Line 77... Line -...
77
	}
-
 
78
	
77
	}
79
	@Override
78
	
80
	public void rafraichir(Object nouvellesDonnees) {
79
	public void rafraichir(Object nouvellesDonnees) {
81
		if (nouvellesDonnees instanceof InfoConfig)	{
80
		if (nouvellesDonnees instanceof InfoConfig)	{
82
			InfoConfig info = (InfoConfig) nouvellesDonnees;
81
			InfoConfig info = (InfoConfig) nouvellesDonnees;
Line 95... Line 94...
95
		Date date = new Date();
94
		Date date = new Date();
96
		return String.valueOf(DateTimeFormat.getFormat("HH:mm:ss").format(date));
95
		return String.valueOf(DateTimeFormat.getFormat("HH:mm:ss").format(date));
97
	}
96
	}
Line 98... Line -...
98
	
-
 
99
	
97
	
100
	@Override
98
	
101
	protected void createButtons() {
99
	protected void createButtons() {
Line 102... Line 100...
102
		//Pas de boutons, merci
100
		//Pas de boutons, merci