Subversion Repositories eFlore/Archives.cel-v1

Rev

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

Rev 10 Rev 11
Line 14... Line 14...
14
 * the License.
14
 * the License.
15
 */
15
 */
16
package org.tela_botanica.client;
16
package org.tela_botanica.client;
Line 17... Line 17...
17
 
17
 
-
 
18
import com.google.gwt.user.client.ui.Composite;
18
import com.google.gwt.user.client.ui.Composite;
19
import com.google.gwt.user.client.ui.HorizontalPanel;
Line 19... Line 20...
19
import com.google.gwt.user.client.ui.VerticalPanel;
20
import com.google.gwt.user.client.ui.VerticalPanel;
Line 20... Line 21...
20
 
21
 
21
import org.tela_botanica.client.LocationList;
22
import org.tela_botanica.client.LocationList;
Line 22... Line 23...
22
 
23
 
Line 23... Line 24...
23
/**
24
/**
24
 */
-
 
Line 25... Line 25...
25
 
25
 */
Line -... Line 26...
-
 
26
 
26
public class LeftPanel extends Composite {
27
public class LeftPanel extends Composite {
27
 
28
 
-
 
29
 private LocationList locationList = null;
Line -... Line 30...
-
 
30
 
28
 private LocationList locationList = null;
31
  public LeftPanel(Mediator mediator) {
-
 
32
 
Line 29... Line 33...
29
 private TaxonList taxonList = null;
33
	HorizontalPanel inner = new HorizontalPanel();
30
 
34
	locationList = new LocationList(mediator);
Line 31... Line 35...
31
  public LeftPanel(Mediator mediator) {
35
	VerticalPanel outer = new VerticalPanel();