DataHubSpinner

DataHubSpinner — sets the value of a DataHub point using up and down arrows.

Description

This applet displays a numeric entry field with up and down arrows beside it. The user is able to select a value by either entering a number into the field, or by pressing the up and down arrows to specify a value. The resulting value will be written to the DataHub. The data point for this applet should always have a numeric value.

Base Class

DataHubListener

Parameters

ParameterTypeDefaultDescription
stepnumber1Specifies the amount by which the value will change when the user presses the up or down arrows.
minnumber0The lower bound for the value.
maxnumber100The upper bound for the value.
typestring (number, list or date)numberThe type of data to select. Currently only the number type is functional.
Inherited - - All parameters from DataHubListener