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.
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 SummaryModifier and TypeMethodDescriptionGets the icon to use for the list item and the specified VS row.
- Method Details- getIconGets 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.