Mercurial > dive4elements > river
annotate flys-artifacts/doc/conf/artifacts/gaugedischargecurve.xml @ 4198:1cdbd8a0c994
Added two new tables ClickableQDTable and ClickableWTable and made Ws and Qs clickable in historical discharge calculation.
The new tables define listener interfaces (clicked lower or upper icon) to listen to user clicks.
In addition to this, there is an enum ClickMode with NONE, SINGLE and RANGE options, which allows to
specifiy, which icons are displayed in the tables. NONE means no icon for user clicks, SINGLE has 1
icon, RANGE 2 icons for lower and upper.
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 22 Oct 2012 13:31:25 +0200 |
parents | dc4087088c0b |
children | 8c51c43e59ca |
rev | line source |
---|---|
3995
22981503ff81
Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
22981503ff81
Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
2 <artifact name="gaugedischargecurve"> |
22981503ff81
Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
3 <states> |
22981503ff81
Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
4 <state id="state.gaugedischargecurve.static" description="state.gaugedischargecurve.static" state="de.intevation.flys.artifacts.states.StaticState"> |
22981503ff81
Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
5 <data name="river" type="String" /> |
4186
eba517419832
Change reference_gauge paremeter to Long
Björn Ricks <bjoern.ricks@intevation.de>
parents:
4164
diff
changeset
|
6 <data name="reference_gauge" type="Long" /> |
4164
8d3e8cb54e4c
Add data for the gauge name to the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
4026
diff
changeset
|
7 <data name="gauge_name" type="String" /> |
3995
22981503ff81
Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
8 <outputmodes> |
4026
c759da78f17a
Fix typo and change out type to chart
Björn Ricks <bjoern.ricks@intevation.de>
parents:
3995
diff
changeset
|
9 <outputmode name="discharge_curve" description="output.discharge_curve" type="chart"> |
3995
22981503ff81
Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
10 <facets> |
22981503ff81
Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
11 <facet name="gauge_discharge_curve"/> |
22981503ff81
Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
12 </facets> |
22981503ff81
Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
13 </outputmode> |
4188
dc4087088c0b
Add a new outputmode for an at export in GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
4186
diff
changeset
|
14 <outputmode name="computed_dischargecurve_at_export" description="output.computed_dischargecurve_at_export" mime-type="text/plain" type="export"> |
dc4087088c0b
Add a new outputmode for an at export in GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
4186
diff
changeset
|
15 <facets> |
dc4087088c0b
Add a new outputmode for an at export in GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
4186
diff
changeset
|
16 <facet name="gauge_discharge_curve_at_export" description="facet.gauge_discharge_curve_export.at"/> |
dc4087088c0b
Add a new outputmode for an at export in GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
4186
diff
changeset
|
17 </facets> |
dc4087088c0b
Add a new outputmode for an at export in GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
4186
diff
changeset
|
18 </outputmode> |
3995
22981503ff81
Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
19 </outputmodes> |
22981503ff81
Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
20 </state> |
22981503ff81
Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
21 </states> |
22981503ff81
Add config for the GaugeDischargeCurveArtifact
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
22 </artifact> |