public class TextFieldValidator extends Object
| Modifier and Type | Field and Description |
|---|---|
javafx.beans.property.BooleanProperty |
valid |
| Constructor and Description |
|---|
TextFieldValidator(javafx.scene.control.TextInputControl control,
Predicate<String> validator) |
| Modifier and Type | Method and Description |
|---|---|
static void |
configureScene(javafx.scene.Scene scene) |
Copyright © 2015. All rights reserved.