T
- Domain Object@FunctionalInterface public interface Column<T> extends Function<T,Object>
Modifier and Type | Method and Description |
---|---|
default Object |
apply(T t)
The method can be implemented for sortable columns
|
void |
write(Element parent,
T value)
Write a custom content of the table cell
|
Copyright 2019-2022, Pavel Ponec