Class DefaultMainPanelPresentationControl
java.lang.Object
it.tidalwave.role.ui.example.presentation.impl.DefaultMainPanelPresentationControl
- All Implemented Interfaces:
MainPanelPresentationControl
@Component
public class DefaultMainPanelPresentationControl
extends Object
implements MainPanelPresentationControl
- Author:
- Fabrizio Giudici
- Stereotype:
- Control
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DefaultMainPanelPresentationControl
public DefaultMainPanelPresentationControl()
-
-
Method Details
-
populate
public void populate()Populates the presentation. This method demonstrates the typical idiom for populating model: 1. A dao is called to provide raw model - let's say in form of collections; 2. Objects in the collection are transformed into PresentationModels. 3. The PresentationModels are then passed to the presentation.- Specified by:
populate
in interfaceMainPanelPresentationControl
-