Package | Description |
---|---|
extfx.scene.control |
Contains controls, such as DatePicker or NumberSpinner.
|
Modifier and Type | Method and Description |
---|---|
static DatePicker.Error |
DatePicker.Error.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatePicker.Error[] |
DatePicker.Error.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<DatePicker.Error> |
DatePicker.errorProperty()
States whether the user input is invalid (is no valid date).
|
Copyright © 2013 ExtFX. All Rights Reserved.