public static class TableExporter.ColumnValueContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
column |
protected java.lang.Object |
entity |
protected ListComponent |
target |
Constructor and Description |
---|
ColumnValueContext(ListComponent target,
java.lang.Object column,
java.lang.Object entity) |
Modifier and Type | Method and Description |
---|---|
<C> C |
getColumn() |
<E> E |
getEntity() |
<T> T |
getTarget() |
protected java.lang.Object column
protected java.lang.Object entity
protected ListComponent target
public ColumnValueContext(ListComponent target, java.lang.Object column, java.lang.Object entity)