Uses of Interface
org.apache.pivot.wtk.validation.Validator
-
Packages that use Validator Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme.org.apache.pivot.wtk.validation Provides classes for validating user-entered text. -
-
Uses of Validator in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return Validator Modifier and Type Method Description ValidatorTextInput. getValidator()Methods in org.apache.pivot.wtk with parameters of type Validator Modifier and Type Method Description voidTextInput. setValidator(Validator validator)Sets the validator associated with this text input.voidTextInputListener.Adapter. textValidatorChanged(TextInput textInput, Validator previousValidator)Deprecated.voidTextInputListener.Listeners. textValidatorChanged(TextInput textInput, Validator previousValidator)default voidTextInputListener. textValidatorChanged(TextInput textInput, Validator previousValidator)Called when the validator changes. -
Uses of Validator in org.apache.pivot.wtk.skin.terra
Methods in org.apache.pivot.wtk.skin.terra with parameters of type Validator Modifier and Type Method Description voidTerraTextInputSkin. textValidatorChanged(TextInput textInput, Validator previousValidator) -
Uses of Validator in org.apache.pivot.wtk.validation
Classes in org.apache.pivot.wtk.validation that implement Validator Modifier and Type Class Description classBigDecimalValidatorA validator for a BigDecimal value.classBigIntegerValidatorA validator for a BigInteger value.classComparableRangeValidator<T extends java.lang.Comparable<T>>Generic validator version for a Comparable value limited in a range.classComparableValidator<T extends java.lang.Comparable<T>>A validator for a Comparable value.classDecimalValidatorA validator for decimal values.classDoubleRangeValidatorA validator for a double value limited to a range.classDoubleValidatorA validator for a double value.classEmptyTextValidatorA validator for a (trimmed) text.classFloatRangeValidatorA validator for a float value limited to a range.classFloatValidatorA validator for a float value.classFormattedValidator<F extends java.text.Format>A validator for aFormat'ed value.classIntRangeValidatorA validator for anintvalue limited to a range.classIntValidatorA validator for an int value.classLongRangeValidatorA validator for alongvalue limited to a range.classNotEmptyTextValidatorA validator for a (trimmed) not empty text.classRegexTextValidatorA validator for a regular expression.
-