Class RelatedItemAnnotationColumn
java.lang.Object
net.sf.basedb.clients.web.extensions.list.AbstractListColumnBean<Annotatable,Object>
net.sf.basedb.clients.web.extensions.list.RelatedItemColumn
net.sf.basedb.clients.web.extensions.list.RelatedItemAnnotationColumn
- All Implemented Interfaces:
ListColumnAction<Annotatable,Object>
,Action
public class RelatedItemAnnotationColumn extends RelatedItemColumn
Related item column that load annotation values from the parent or child items.
- Since:
- 3.16, 3.17
- Author:
- nicklas
-
Field Summary
Fields Modifier and Type Field Description private AnnotationType
at
private Filter<AnnotationSnapshot>
atFilter
-
Constructor Summary
Constructors Constructor Description RelatedItemAnnotationColumn(int index, String id, Item sourceType, Item targetType, SyncFilter.SourceItemTransform direction, Restriction targetRestriction, RelatedItemHelper helper, AnnotationType at)
-
Method Summary
Modifier and Type Method Description Object
getValue(RelatedItemHelper helper, Annotatable item)
Alternate implementation for loading data.Methods inherited from class net.sf.basedb.clients.web.extensions.list.RelatedItemColumn
create, getExportValue, getRelatedItems, getValue
Methods inherited from class net.sf.basedb.clients.web.extensions.list.AbstractListColumnBean
getCellClass, getCellStyle, getClazz, getDisableOverflowCheck, getEnumeration, getExportFormatter, getExportProperty, getFilterProperty, getFormatter, getId, getProperty, getSortProperty, getStyle, getSubtitle, getTitle, getTooltip, getValueType, isExportable, isFilterable, isSortable, setCellClass, setCellStyle, setClazz, setDisableOverflowCheck, setEnumeration, setExportable, setExportFormatter, setExportProperty, setFilterable, setFilterProperty, setFormatter, setId, setProperty, setSortable, setSortProperty, setStyle, setSubtitle, setTitle, setTooltip, setValueType
-
Field Details
-
at
-
atFilter
-
-
Constructor Details
-
RelatedItemAnnotationColumn
RelatedItemAnnotationColumn(int index, String id, Item sourceType, Item targetType, SyncFilter.SourceItemTransform direction, Restriction targetRestriction, RelatedItemHelper helper, AnnotationType at)
-
-
Method Details
-
getValue
Description copied from class:RelatedItemColumn
Alternate implementation for loading data.- Specified by:
getValue
in classRelatedItemColumn
-