Class SimpleCompositePresentable

java.lang.Object
it.tidalwave.role.ui.spi.SimpleCompositePresentable
All Implemented Interfaces:
Presentable

public class SimpleCompositePresentable extends Object implements Presentable
An implementation of Presentable for datum instances having the SimpleComposite role.
Author:
Fabrizio Giudici
Stereotype:
Role
  • Constructor Details

    • SimpleCompositePresentable

      public SimpleCompositePresentable(@Nonnull As datum)
      Parameters:
      datum - the owner
    • SimpleCompositePresentable

      public SimpleCompositePresentable(@Nonnull As datum, @Nonnull PresentationModelFactory defaultPresentationModelFactory)
      Parameters:
      datum - the owner
      defaultPresentationModelFactory - the PresentationModelFactory
  • Method Details