Interface EMFTextEditingSupport.StrategyBuilder<T,E,R>
- All Known Implementing Classes:
EMFTextEditingSupport.Builder
- Enclosing class:
EMFTextEditingSupport
public static interface EMFTextEditingSupport.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
-