Package net.sf.basedb.clients.web.extensions.list
-
Interface Summary Interface Description ListColumnAction<I,V> Action that inserts a new column into a table listing. -
Class Summary Class Description AbstractListColumnBean<I,V> A simple bean-like implementation of the ListColumn interface.AnyLinkColumn A column action implementation that finds an item linked with a any-to-any link.AnyLinkColumnActionFactory Action factory for adding columns to a table that display items that are linked with an any-to-any link.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 theMetadata
class.PropertyPathActionFactory.PropertyPathAction<I,V> A concrete implementation of the ListColumnAction interface.RawDataTypeFilter Filter implementation that accept raw bioassay items of a given raw data type.RelatedItemAnnotationColumn Related item column that load annotation values from the parent or child items.RelatedItemColumn A column action implementation that finds a parent or child item of a given subtype and then get an annotation or other property value from it.RelatedItemColumnActionFactory Action factory for adding columns to a table that pull data from a parent or child item from an arbitrary location up or down the chain of linked items.RelatedItemHelper Helper class for storing request-scoped objects that may be useful to re-use between multiple columns.RelatedItemHelper.CloseMyDbControl RelatedItemListColumn Related item column that get the item lists that the parent or child item is a member of.RelatedItemPropertyColumn Related item column that get values from parent or child items by specifying a "property path".SubtypeFilter Filter implementation that accept (annotatable) items of a given subtype.