Interface ComponentRenderer<T,X extends AbstractPageContext<?,T,?>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Converts one page item into a
Button.-
Method Summary
-
Method Details
-
render
Creates the button to show for the given item.
-