Class PropertyPathActionFactory.PropertyPathAction<I,V>

java.lang.Object
net.sf.basedb.clients.web.extensions.list.AbstractListColumnBean<I,V>
net.sf.basedb.clients.web.extensions.list.PropertyPathActionFactory.PropertyPathAction<I,V>
All Implemented Interfaces:
ListColumnAction<I,V>, Action
Enclosing class:
PropertyPathActionFactory<I,V>

static class PropertyPathActionFactory.PropertyPathAction<I,V> extends AbstractListColumnBean<I,V>
A concrete implementation of the ListColumnAction interface. We subclass the AbstractListColumnBean and then use the Metadata.PropertyPath in the getValue(DbControl, Object) and getExportValue(DbControl, Object) methods.