Class ParentItemAnnotationColumn
- java.lang.Object
-
- net.sf.basedb.clients.web.extensions.list.AbstractListColumnBean<Annotatable,Object>
-
- net.sf.basedb.clients.web.extensions.list.ParentItemColumn
-
- net.sf.basedb.clients.web.extensions.list.ParentItemAnnotationColumn
-
- All Implemented Interfaces:
ListColumnAction<Annotatable,Object>
,Action
public class ParentItemAnnotationColumn extends ParentItemColumn
Parent item column that load annotation values from the parent items.- Since:
- 3.16
- Author:
- nicklas
-
-
Field Summary
Fields Modifier and Type Field Description private AnnotationType
at
private Filter<AnnotationSnapshot>
atFilter
-
Constructor Summary
Constructors Constructor Description ParentItemAnnotationColumn(int index, String id, Filter<Annotatable> filter, ParentItemHelper helper, AnnotationType at)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getValue(ParentItemHelper helper, Annotatable item)
Alternate implementation for loading data.-
Methods inherited from class net.sf.basedb.clients.web.extensions.list.ParentItemColumn
create, getExportValue, getParentItems, getValue
-
Methods inherited from class net.sf.basedb.clients.web.extensions.list.AbstractListColumnBean
getClazz, getEnumeration, getExportFormatter, getExportProperty, getFilterProperty, getFormatter, getId, getProperty, getSortProperty, getStyle, getTitle, getTooltip, getValueType, isExportable, isFilterable, isSortable, setClazz, setEnumeration, setExportable, setExportFormatter, setExportProperty, setFilterable, setFilterProperty, setFormatter, setId, setProperty, setSortable, setSortProperty, setStyle, setTitle, setTooltip, setValueType
-
-
-
-
Field Detail
-
at
private final AnnotationType at
-
atFilter
private final Filter<AnnotationSnapshot> atFilter
-
-
Constructor Detail
-
ParentItemAnnotationColumn
ParentItemAnnotationColumn(int index, String id, Filter<Annotatable> filter, ParentItemHelper helper, AnnotationType at)
-
-
Method Detail
-
getValue
public Object getValue(ParentItemHelper helper, Annotatable item)
Description copied from class:ParentItemColumn
Alternate implementation for loading data.- Specified by:
getValue
in classParentItemColumn
-
-