Class DoubleField

All Implemented Interfaces:
FormElement

public class DoubleField
extends DataField<javafx.beans.property.DoubleProperty,​Double,​DoubleField>
This class provides an implementation of a Field containing a double value.
Author:
Sacha Schmid, Rinesch Murugathas
  • Constructor Details

    • DoubleField

      protected DoubleField​(javafx.beans.property.SimpleDoubleProperty valueProperty, javafx.beans.property.SimpleDoubleProperty persistentValueProperty)
      The constructor of DoubleField.
      Parameters:
      valueProperty - The property that is used to store the current valid value of the field.
      persistentValueProperty - The property that is used to store the latest persisted value of the field.