- 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, LongTemporalPatternVerifier, NumberRangePatternVerifier, NumberValuePatternVerifier, RangePatternVerifier, StringCalendarFieldPatternVerifier, StringDateFieldPatternVerifier, StringValuesPatternVerifier, ValuesPatternVerifier
- Enclosing class:
- PatternVerifier<T>
public 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. Those methods (as the method order below) will be called when the up, down, page-up, page-down, ctrl+home
and ctrl+end keys are pressed, respectively.