com.ergotech.vib.graphics.swing.DoubleTextField
The DoubleTextField graphic is a Basic Layout text field graphic used to display or enter decimal numeric values.
DoubleTextField is a formatted text field for float or decimal-style numbers. Only values between the configured Minimum Value and Maximum Value may be entered, and the number of decimal places is controlled by the Decimal Places property.
DoubleTextField shares common properties with other Basic Layout text field graphics. See Text Field Common Properties for shared font, color, editable, enabled, background, visibility, and data source behavior.
The DoubleTextField display can be updated from an input connection.
This can be useful when the DoubleTextField needs to show a numeric value from a data source, calculation, or another logic component.
DoubleTextField sends the entered number as a Double Value Object.
This allows the entered or displayed decimal value to be used by other logic components.
DoubleTextField is designed for decimal-style numeric values.
DoubleTextField-specific settings may include:
In the Logic Editor, DoubleTextField may include ports such as:
The exact available ports may depend on the current MIStudio version and configuration.
Use DoubleTextField when decimal values are needed.
For whole-number values, see IntegerTextField.
For shared text field settings, see Text Field Common Properties.
For general graphic behavior, see Active Graphic.