Subversion Repositories eFlore/Archives.cel-v1

Rev

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

Rev 13 Rev 14
Line 25... Line 25...
25
 
25
 
Line 26... Line 26...
26
public class LeftPanel extends Composite {
26
public class LeftPanel extends Composite {
27
 
27
 
-
 
28
 private LocationList locationList = null;
Line 28... Line 29...
28
 private LocationList locationList = null;
29
 private DateList dateList = null;
Line 29... Line 30...
29
 private DateList dateList = null;
30
 private StationList stationList = null;
30
 
31
 
-
 
32
  public LeftPanel(Mediator mediator) {
Line 31... Line 33...
31
  public LeftPanel(Mediator mediator) {
33
 
32
 
34
	dateList = new DateList(mediator);
-
 
35
	locationList = new LocationList(mediator);
Line 33... Line 36...
33
	dateList = new DateList(mediator);
36
	stationList = new StationList(mediator);
Line 34... Line -...
34
	locationList = new LocationList(mediator);
-
 
35
	
-
 
Line 36... Line 37...
36
	dateList.setStyleName("dateList");
37
	
37
	locationList.setStyleName("locationList");
38
	dateList.setStyleName("dateList");
-
 
39
	locationList.setStyleName("locationList");
38
	
40
	locationList.setStyleName("stationList");
Line 39... Line 41...
39
	StackPanel outer = new StackPanel();
41