Class ListColumnDataLoader<I>
java.lang.Object
net.sf.basedb.clients.web.extensions.list.ListColumnDataLoader<I>
- All Implemented Interfaces:
DataLoader<I>
Data loader implementation that acts as a proxy to a ListColumnAction object.
The table exporter call
getData(DbControl, ExportedProperty, Object)
which
forwards the call to ListColumnAction.getExportValue(DbControl, Object)
.- Since:
- 3.2
- Author:
- nicklas
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetData
(DbControl dc, ExportedProperty exportedProperty, I item) Get the value for the specified property.
-
Field Details
-
column
-
-
Constructor Details
-
ListColumnDataLoader
-
-
Method Details
-
getData
Description copied from interface:DataLoader
Get the value for the specified property.- Specified by:
getData
in interfaceDataLoader<I>
exportedProperty
- The property to get the value foritem
- The item that holds the value- Throws:
Exception
- If failing to get the data.
-