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.
|
ParentItemAnnotationColumn |
Parent item column that load annotation values from the parent items.
|
ParentItemColumn |
A column action implementation that finds a parent item of a given subtype and
then get an annotation value from it.
|
ParentItemColumnActionFactory |
Action factory for adding columns to a table that pull data from a parent
item from an arbitrary location up the parent chain.
|
ParentItemHelper |
Helper class for storing request-scoped objects that may
be useful to re-use between multiple columns.
|
ParentItemHelper.CloseMyDbControl |
|
ParentItemPropertyColumn |
Parent item column that get values from parent items by specifying
a "property path".
|
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.
|
SubtypeFilter |
Filter implementation that accept (annotatable) items of a given subtype.
|