public interface AdditionalColumnProvider
GenericItemSearchListChip. Chips implementing this
interface have to provide for each list entry an additional column value (referenced by the list index). The column
will be shown before each list entry (at first position).| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalColumnHeader()
Name of the additional column which will be shown at the header of the table.
|
String |
getAdditionalColumnValue(int index)
Gets the value to display of the additional column at position
index within entry list. |
int |
getAdditionalColumnWidth()
The width to use for this column.
|
String getAdditionalColumnValue(int index)
index within entry list.index - the index within the item list for which the column value is neededindexString getAdditionalColumnHeader()
int getAdditionalColumnWidth()
Copyright © 2017 SAP SE. All Rights Reserved.