Class SimpleCompositePresentable

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

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

    • SimpleCompositePresentable

      public SimpleCompositePresentable(@Nonnull it.tidalwave.util.As datum)
      Parameters:
      datum - the owner
    • SimpleCompositePresentable

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