Interface CustomerExplorerPresentation
-
public interface CustomerExplorerPresentation
A presentation which renders a selectable list ofCustomer
s.- Author:
- Fabrizio Giudici
- Stereotype:
- Presentation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
populate(it.tidalwave.role.ui.PresentationModel pm)
Populates the presentation with data.
-