JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
jidefx.scene.control.field.verifier
Interface PatternVerifier.Range<T>
Type Parameters:
T
- the data type of the value for the group
All Known Implementing Classes:
CalendarFieldPatternVerifier
,
DateFieldPatternVerifier
,
FractionDigitsPatternVerifier
,
HexRangePatternVerifier
,
IntegerCalendarFieldPatternVerifier
,
IntegerDateFieldPatternVerifier
,
IntegerDigitsPatternVerifier
,
IntegerRangePatternVerifier
,
IntegerTemporalPatternVerifier
,
IntegerTemporalPatternVerifierNotAdjustable
,
LongTemporalPatternVerifier
,
LongTemporalPatternVerifierNotAdjustable
,
NumberRangePatternVerifier
,
NumberValuePatternVerifier
,
RangePatternVerifier
,
StringCalendarFieldPatternVerifier
,
StringDateFieldPatternVerifier
,
StringValuesPatternVerifier
,
TemporalPatternVerifier
,
ValuesPatternVerifier
Enclosing class:
PatternVerifier
<
T
>
public 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. The value doesn't have to be a number. It could be Strings in order where the first String is min and the last String is max.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
getMax
()
T
getMin
()
Method Detail
getMin
T
getMin()
getMax
T
getMax()
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method