Class IntegerField

All Implemented Interfaces:
FormElement

public class IntegerField
extends DataField<javafx.beans.property.IntegerProperty,​Integer,​IntegerField>
This class provides an implementation of a Field containing a integer value.
Author:
Sacha Schmid, Rinesch Murugathas
  • Constructor Details

    • IntegerField

      protected IntegerField​(javafx.beans.property.SimpleIntegerProperty valueProperty, javafx.beans.property.SimpleIntegerProperty persistentValueProperty)
      The constructor of IntegerField.
      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.