Class PasswordField

All Implemented Interfaces:
FormElement

public class PasswordField
extends DataField<javafx.beans.property.StringProperty,​String,​PasswordField>
This class provides an implementation of a Field containing a string value intended for passwords.
Author:
Andres Almiray
  • Constructor Details

    • PasswordField

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