Creates a new Formatter with the provided value converter.
Creates a new Formatter with the provided value converter. The default value will be null.
The value converter to use in this formatter. This must not be null.
Creates a new Formatter with the provided value converter and default value.
Creates a new Formatter with the provided value converter and default value.
The value converter to use in this formatter. This must not be null.
the default value
Creates a new Formatter with the provided filter, value converter and default value.
Creates a new Formatter with the provided filter, value converter and default value.
The value converter to use in this formatter or null.
the default value.
The filter that can modify the change.
Creates a new Formatter with the provided filter, value converter and default value.
Creates a new Formatter with the provided filter, value converter and default value.
The value converter to use in this formatter or null.
the default value.
The filter to use in this formatter or null
Creates a new Formatter with the provided filter.
Creates a new Formatter with the provided filter.
The filter that can modify the change.
Creates a new Formatter with the provided filter.
Creates a new Formatter with the provided filter.
The filter to use in this formatter or null
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
Filter allows user to intercept and modify any change done to the text content.
The delegate hashcode
Returns the original delegate's toString()
adding a [SFX]
prefix.
The current value for this formatter.
The current value for this formatter. When the formatter is set on a TextInputControl
and has a
valueConverter
, the value is set by the control, when the text is committed.
The converter between the values and text.
A Formatter describes a format of a
TextInputControl
text.Wraps a JavaFX TextFormatter.