Interface | Description |
---|---|
ListColumnAction<I,V> |
Action that inserts a new column into a table listing.
|
Class | Description |
---|---|
AbstractListColumnBean<I,V> |
A simple bean-like implementation of the ListColumn interface.
|
ListColumnDataLoader<I> |
Data loader implementation that acts as a proxy to a ListColumnAction object.
|
ListColumnExportRenderer<I> |
Renderer implementation that add formatter and data loader
implementation for a list column that can be exported.
|
ListColumnUtil |
Utility class for list column extension points.
|
PropertyPathActionFactory<I,V> |
A factory implementation that generates list columns based on a property path
as used by the
Metadata class. |
PropertyPathActionFactory.PropertyPathAction<I,V> |
A concrete implementation of the ListColumnAction
interface.
|