public abstract class PatternVerifier<T>
extends java.lang.Object
implements javafx.util.Callback<java.lang.String,java.lang.Boolean>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PatternVerifier.Adjustable<T>
An interface that can be implemented by the pattern verifier to support the increase or decrease of the values by
steps.
|
static interface |
PatternVerifier.AutoCompletion
An interface that can be implemented by the pattern verifier to support auto-completion.
|
static interface |
PatternVerifier.Enums<T>
An interface that can be implemented by the pattern verifier to support enum types or an array of values.
|
static interface |
PatternVerifier.Formatter<T>
An interface that can be implemented by the pattern verifier if the verifier knows how to format the value for
that group.
|
static interface |
PatternVerifier.Length
An interface that can be implemented by the pattern verifier to limit the length of the text within the minLength
and the maxLength.
|
static interface |
PatternVerifier.Parser<T>
An interface that can be implemented by the pattern verifier if the verifier knows how to parse the text and
return the value for that group.
|
static interface |
PatternVerifier.Range<T>
An interface that can be implemented by the pattern verifier to limit the value of the text to be in the range.
|
static interface |
PatternVerifier.Value<T,TV>
An interface that can be implemented by the pattern verifier to hold the value of the whole field.
|
| Constructor and Description |
|---|
PatternVerifier() |
| Modifier and Type | Method and Description |
|---|---|
javafx.util.StringConverter<T> |
getStringConverter() |
void |
setStringConverter(javafx.util.StringConverter<T> stringConverter) |