comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java @ 61:5f47881f7c97

Implementation of the MIN- / MAX-Value Representation gnv-artifacts/trunk@44 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Wed, 09 Sep 2009 09:29:39 +0000
parents 2c5d8f5bced1
children 5db77e0a8594
comparison
equal deleted inserted replaced
60:eed1baaeb481 61:5f47881f7c97
249 } 249 }
250 250
251 protected void createUserInterface(Element parent, Document document){ 251 protected void createUserInterface(Element parent, Document document){
252 Element uiNode = createElement(document,"ui"); 252 Element uiNode = createElement(document,"ui");
253 253
254 // TODO mit leben füllen. 254 if (this.current != null){
255 this.current.describe(document, uiNode);
256 }
255 257
256 parent.appendChild(uiNode); 258 parent.appendChild(uiNode);
257 } 259 }
258 260
259 protected void createOutputs(Element parent, Document document){ 261 protected void createOutputs(Element parent, Document document){
260 Element outputsNode = createElement(document,"outputs"); 262 Element outputsNode = createElement(document,"outputs");
261 263
262 if (this.current != null){ 264 // TODO_ Mit Leben füllen.
263 this.current.describe(document, outputsNode);
264 }
265 265
266 parent.appendChild(outputsNode); 266 parent.appendChild(outputsNode);
267 } 267 }
268 268
269 /** 269 /**

http://dive4elements.wald.intevation.org