Interface GroupAssignmentCellValueProvider
- All Superinterfaces:
Function<ClassFeatureGroupAssignmentModel,String>
- All Known Implementing Classes:
GroupIndexGroupAssignmentCellValueProvider,GroupNameGroupAssignmentCellValueProvider,IndexGroupAssignmentCellValueProvider
- 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 GroupAssignmentCellValueProvider
extends Function<ClassFeatureGroupAssignmentModel,String>
Allows to provide value to display in classification cell renderer
-
Method Summary