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