Package org.ujorm.tools.web.ao
Interface Column<T>
- Type Parameters:
T- Domain Object
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Table column value writer
- Author:
- Pavel Ponec
-
Method Summary
-
Method Details
-
apply
The method can be implemented for sortable columns -
write
Write a custom content of the table cell- Parameters:
parent- An element of the table detail.value- Value to write.
-