Interface JmixUserMenu.Renderer<T>
- Type Parameters:
T- the type of the item to be rendered
- Enclosing class:
- JmixUserMenu<USER>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A functional interface representing a renderer that generates a
Component
based on a provided item.-
Method Summary
-
Method Details
-
render
Renders aComponentbased on the provided item.- Parameters:
item- the item to be rendered- Returns:
- the rendered
Component, ornull
-