DataHubLabel

DataHubLabel — displays the value of a DataHub point in a text field.

Description

This applet displays a data point value as a text field.

Base Class

DataHubListener

Parameters

ParameterTypeDefaultDescription
editablebooleanfalseIf this is true, the field is editable. When the user types into this field, the value of the data point is modified in the DataHub.
formatstringnullIf the value of the data point is a number, this parameter specifies the format to be used. The format must be in the form expected by the Java class DecimalFormat.
Inherited - - All parameters from DataHubListener.