Interface SelectionSummaryProvider
- All Known Implementing Classes:
overit.geocallapp.wfm.schedulazione.cristallizzazione.monitorattivita.pianogiornaliero.supporto.DailyPlanCardView,SchedulableBundlesCardView
public interface SelectionSummaryProvider
Interface for components that can provide custom selection summary text.
This allows different CardView implementations to define their own logic
for generating summary information about selected items.
- Since:
- 21.0
-
Method Summary
Modifier and TypeMethodDescriptiongenerateSummaryText(TableView.Selection selection) Generates the summary text for the given selection.
-
Method Details
-
generateSummaryText
Generates the summary text for the given selection.- Parameters:
selection- The current selection- Returns:
- The summary text to display, or null if no summary should be shown
-