public class ListColumnDataLoader<I> extends Object implements DataLoader<I>
getData(DbControl, ExportedProperty, Object)
which
forwards the call to ListColumnAction.getExportValue(DbControl, Object)
.Modifier and Type | Field and Description |
---|---|
private ListColumnAction<I,?> |
column |
Constructor and Description |
---|
ListColumnDataLoader(ListColumnAction<I,?> column) |
Modifier and Type | Method and Description |
---|---|
Object |
getData(DbControl dc,
ExportedProperty exportedProperty,
I item)
Get the value for the specified property.
|
private final ListColumnAction<I,?> column
public ListColumnDataLoader(ListColumnAction<I,?> column)
public Object getData(DbControl dc, ExportedProperty exportedProperty, I item) throws Exception
DataLoader
getData
in interface DataLoader<I>
exportedProperty
- The property to get the value foritem
- The item that holds the valueException
- If failing to get the data.