Interface DropdownValueProvider
-
- All Known Implementing Classes:
PrintersValueProvider
- 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 DropdownValueProvider
Implementations of this interface are used withDropdownFormType
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getValues()
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
-