Mercurial > dive4elements > river
view flys-artifacts/doc/conf/artifacts/gaugedischargecurve.xml @ 4205:0dd8963cec9c
Set also the width of the GaugeTree when resizing the GaugePanel
GWT is no longer able to calculate and set the correct width of the GaugeTree since
the GaugeTree is added via a Canvas wrapper. Therefore set the width manually
when resizing the GaugeTree.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 22 Oct 2012 15:33:16 +0200 |
parents | dc4087088c0b |
children | 8c51c43e59ca |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <artifact name="gaugedischargecurve"> <states> <state id="state.gaugedischargecurve.static" description="state.gaugedischargecurve.static" state="de.intevation.flys.artifacts.states.StaticState"> <data name="river" type="String" /> <data name="reference_gauge" type="Long" /> <data name="gauge_name" type="String" /> <outputmodes> <outputmode name="discharge_curve" description="output.discharge_curve" type="chart"> <facets> <facet name="gauge_discharge_curve"/> </facets> </outputmode> <outputmode name="computed_dischargecurve_at_export" description="output.computed_dischargecurve_at_export" mime-type="text/plain" type="export"> <facets> <facet name="gauge_discharge_curve_at_export" description="facet.gauge_discharge_curve_export.at"/> </facets> </outputmode> </outputmodes> </state> </states> </artifact>