Package com.iizix.prop.ui.mlist
Interface IMListIconProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IMListIconProvider
Icon provider interface for list items connections to a VS table use the default content provider where its icon methods are not overridden.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IImageTarget
getIcon(VSRow row, MLGroup group, MLItem listItem)
Gets the icon to use for the list item and the specified VS row.
Method Detail
getIcon
IImageTarget getIcon(VSRow row, MLGroup group, MLItem listItem)
Gets the icon to use for the list item and the specified VS row.- Parameters:
row
- The row.group
- The list item group.listItem
- The list item in question.- Returns:
- The icon to use, null for none.