Subversion Repositories eFlore/Archives.cel-v1

Rev

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

Rev 23 Rev 25
Line 21... Line 21...
21
  private CenterPanel centerPanel = null;
21
  private CenterPanel centerPanel = null;
22
  private LeftPanel leftPanel = null;
22
  private LeftPanel leftPanel = null;
23
  private EntryPanel entryPanel = null;
23
  private EntryPanel entryPanel = null;
24
  private ActionPanel actionPanel = null;
24
  private ActionPanel actionPanel = null;
25
  private SearchPanel searchPanel = null;
25
  private SearchPanel searchPanel = null;
-
 
26
  private InfoPopup infoPopup = null;
Line 26... Line 27...
26
  
27
  
27
  private VerticalPanel rightPanel = null;
28
  private VerticalPanel rightPanel = null;
Line 44... Line 45...
44
  public void initAsync() {
45
  public void initAsync() {
Line 45... Line 46...
45
	  
46
	  
Line -... Line 47...
-
 
47
 
Line 46... Line 48...
46
 
48
	  centerPanel = new CenterPanel(mediator);
47
	  centerPanel = new CenterPanel(mediator);
49
	 
Line 48... Line 50...
48
	 
50
 
49
	  
51
	  
50
	  topPanel = new TopPanel(mediator);
52
	  topPanel = new TopPanel(mediator);
51
	  leftPanel = new LeftPanel(mediator);
53
	  leftPanel = new LeftPanel(mediator);
-
 
54
	  
-
 
55
 
Line 52... Line 56...
52
	  
56
	  entryPanel = new EntryPanel(mediator);
53
 
57
	  actionPanel = new ActionPanel(mediator);
Line 54... Line 58...
54
	  entryPanel = new EntryPanel(mediator);
58
	  searchPanel = new SearchPanel(mediator);
Line 98... Line 102...
98
//	  Window.enableScrolling(false);
102
//	  Window.enableScrolling(false);
99
	  Window.setMargin("0px");
103
	  Window.setMargin("0px");
Line 100... Line 104...
100
 
104
 
Line 101... Line -...
101
	  mediator.onInit();
-
 
102
	  
105
	  mediator.onInit();
Line 103... Line 106...
103
	  
106
	  
104
	  RootPanel.get().add(outer);
107
	  RootPanel.get().add(outer);
105
 
108
 
106
 
109
	  
107
	    // Call the window resized handler to get the initial sizes setup. Doing
110
	    // Call the window resized handler to get the initial sizes setup. Doing
108
	    // this in a deferred command causes it to occur after all widgets' sizes
111
	    // this in a deferred command causes it to occur after all widgets' sizes