public interface PresentationModelFactory
PresentationModel
.Modifier and Type | Field and Description |
---|---|
static Class<PresentationModelFactory> |
PresentationModelFactory |
Modifier and Type | Method and Description |
---|---|
PresentationModel |
createPresentationModel(Object datum,
Object... rolesOrFactories)
Creates a new instance of
PresentationModel . |
static final Class<PresentationModelFactory> PresentationModelFactory
@Nonnull PresentationModel createPresentationModel(@Nonnull Object datum, @Nonnull Object... rolesOrFactories)
PresentationModel
.datum
- the related datumrolesOrFactories
- roles of RoleFactory
instances to put in the presentation modelCopyright © 2009-2013 Tidalwave s.a.s. (http://tidalwave.it). All Rights Reserved.