Interface CustomerExplorerPresentation
public interface CustomerExplorerPresentation
A presentation which renders a selectable list of
Customer
s.- Author:
- Fabrizio Giudici
- Stereotype:
- Presentation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
populate
(it.tidalwave.role.ui.PresentationModel pm) Populates the presentation with data.
-
Method Details
-
populate
void populate(@Nonnull it.tidalwave.role.ui.PresentationModel pm) Populates the presentation with data.- Parameters:
pm
- thePresentationModel
containing the data
-