Package io.jmix.ui.app.bulk
Interface FieldSorter
- All Superinterfaces:
- Function<List<MetaProperty>,- Map<MetaProperty, - Integer>> 
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface FieldSorter
extends Function<List<MetaProperty>,Map<MetaProperty,Integer>>  
Field sorter for bulk editor window.
- 
Method Summary