public class DefaultPresentationModelFactory extends Object implements PresentationModelFactory
PresentationModelFactory
that creates instances of DefaultPresentationModel
.PresentationModelFactory
Constructor and Description |
---|
DefaultPresentationModelFactory() |
Modifier and Type | Method and Description |
---|---|
PresentationModel |
createPresentationModel(Object owner,
Object... localRolesOrFactories)
Creates a new instance of
PresentationModel . |
@Nonnull public PresentationModel createPresentationModel(@Nonnull Object owner, @Nonnull Object... localRolesOrFactories)
PresentationModel
.createPresentationModel
in interface PresentationModelFactory
owner
- the related datumlocalRolesOrFactories
- roles of RoleFactory
instances to put in the presentation modelCopyright © 2009-2013 Tidalwave s.a.s. (http://tidalwave.it). All Rights Reserved.