comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/fixation/FixationPanel.java @ 3861:16840d849298

Cosmetics, docs. flys-client/trunk@5626 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 27 Sep 2012 17:53:24 +0000
parents 8bedd1fcaeee
children 1ba0927855b4
comparison
equal deleted inserted replaced
3860:b32e8353c30e 3861:16840d849298
72 protected FLYSConstants MESSAGES = GWT.create(FLYSConstants.class); 72 protected FLYSConstants MESSAGES = GWT.create(FLYSConstants.class);
73 73
74 protected FixingsOverviewServiceAsync overviewService = 74 protected FixingsOverviewServiceAsync overviewService =
75 GWT.create(FixingsOverviewService.class); 75 GWT.create(FixingsOverviewService.class);
76 76
77 protected String htmlOverview; 77 protected String htmlOverview;
78 protected FixingsOverviewInfo fixInfo; 78 protected FixingsOverviewInfo fixInfo;
79 protected TabSet tabs; 79 protected TabSet tabs;
80 protected Tab events; 80 protected Tab events;
81 protected Tab chart; 81 protected Tab chart;
82 protected VLayout chartContainer; 82 protected VLayout chartContainer;
89 public FixationPanel() { 89 public FixationPanel() {
90 chartImg = new Img(); 90 chartImg = new Img();
91 htmlOverview = ""; 91 htmlOverview = "";
92 } 92 }
93 93
94
95 /** Get the (master) artifact UUID. */
94 protected String getArtifactUuid() { 96 protected String getArtifactUuid() {
95 return this.artifact.getUuid(); 97 return this.artifact.getUuid();
96 } 98 }
97 99
98 protected void init() { 100 protected void init() {
475 root.put("filter", jFilter); 477 root.put("filter", jFilter);
476 } 478 }
477 return root; 479 return root;
478 } 480 }
479 } 481 }
482 // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8 :

http://dive4elements.wald.intevation.org