diff gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ImgLink.java @ 6231:bfbccad9c3f0

Subclass ImgLink with a new class WikiImgLink
author Andre Heinecke <aheinecke@intevation.de>
date Fri, 07 Jun 2013 11:49:03 +0200
parents ea9eef426962
children 4875ca46fdcd
line wrap: on
line diff
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ImgLink.java	Fri Jun 07 11:47:47 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/ImgLink.java	Fri Jun 07 11:49:03 2013 +0200
@@ -14,13 +14,13 @@
 
 public class ImgLink extends HTMLPane {
 
-    private int width;
-    private int height;
+    protected int width;
+    protected int height;
 
-    private String href;
-    private String imgUrl;
+    protected String href;
+    protected String imgUrl;
 
-    private boolean newTab;
+    protected boolean newTab;
 
 
     public ImgLink(String imgUrl, String href, int width, int height) {

http://dive4elements.wald.intevation.org