Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

With the TimeSeriesButtonsPanels you can make a different selection panel for selecting time series through buttons. This panel can be used as alternative for the DisplayGroup Thumbnails, which are always a thumbnail of the graph only. For users who do not use a graph, the button panel is much more usefull.
Button panels have a strong relation to the topology and displaygroups and can not be used without those.

Contents

Table of Contents

...

Below the schema of the modifiers-display is shown.

Image RemovedImage Added

Create

...

a

...

Image Removed

Besides the create modifier button two buttons are shown. A button with the text "wechng" and one with the text "aeschng". Both modifiers
can be used to create a modifier directly. For example after pressing the wechng-button a temporary wechng-modifier will be created.
Pressing this button will be the same as pressing the create-mod button and selecting "wechng".

To define for which modifier types a shortcut-button should be created a list of modifier-ids should be listed in the modifierDisplay.xml.

A configuration example is given below.

...


<createModifierButtons>
    <modifierId>wechng</modifierId>
    <modifierId>aescchng</modifierId>
  </createModifierButtons>

TimeSeriesDisplayConfig

This option can be used to adjust the gui of the TimeSeriesModifiers.

showTimeSeriesModifiersButton

A timeseriesmodifier can be shifted in time by using arrow-buttons. By default these buttons are not visible because the default value of this option is false.

However when this option is enabled, green arrow buttons appear next to the table- and graph-button.

showTablePanel

When the display to create timeseriesmodifiers is started by default a table and graph is shown. This can be adjusted with this
option. When this option is set to false then the display will by default with only the graph shown.

defaultOperationType

The option defaultOperationType can be used to define which operation type (add,substract etc) will be selected after startup of the display.
When no option is defined the operationType timeseries will be selected.

...

button panel