Interface TextEditingSupport.StrategyBuilder<T,E,R>
- All Known Implementing Classes:
TextEditingSupport.Builder
- Enclosing class:
TextEditingSupport
public static interface TextEditingSupport.StrategyBuilder<T,E,R>
-
Method Summary
Modifier and TypeMethodDescriptionstrategy(ValidationStrategy<E, String> strategy) Set a strategy that firstly validates the entered value before placing it in the object, and secondly processes the value from the object before displaying it in the editor.
-
Method Details
-
strategy
Set a strategy that firstly validates the entered value before placing it in the object, and secondly processes the value from the object before displaying it in the editor.- Parameters:
strategy-- Returns:
- builder object
-