public static interface AbstractSelect.ItemDescriptionGenerator extends Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
generateDescription(Component source,
Object itemId,
Object propertyId)
Called by Table when a cell (and row) is painted or a item is painted
in Tree
|
String generateDescription(Component source, Object itemId, Object propertyId)
source - The source of the generator, the Tree or Table the
generator is attached toitemId - The itemId of the painted cellpropertyId - The propertyId of the cell, null when getting row
descriptionCopyright © 2019 Vaadin Ltd. All rights reserved.