@ConsumerType public interface ColumnProvider
Modifier and Type | Method and Description |
---|---|
Column |
getColumn()
The column handled by this handler
|
default java.lang.Object |
getValue(InboxItem inboxItem)
The underlying value of the column for the given Inbox Item.
|
@Nonnull Column getColumn()
default java.lang.Object getValue(InboxItem inboxItem)
Column
definition,
this value is also used to render the cell content of the column (by html encoding the provided 'value')
The type of returned value must match the type provided from Column.getType()
.inboxItem
- the InboxItem
Copyright © 2010 - 2020 Adobe. All Rights Reserved