Class AggregateListRenderer

All Implemented Interfaces:
IModelRenderer

public class AggregateListRenderer extends ContainerRenderer
  • Constructor Details Link icon

    • AggregateListRenderer Link icon

      public AggregateListRenderer()
  • Method Details Link icon

    • toModel Link icon

      public ElementModel toModel(com.aquima.interactions.composer.IElement element, IRendererContext context)
      Description copied from interface: IModelRenderer
      This method transforms an element to a viemodel.
      Specified by:
      toModel in interface IModelRenderer
      Overrides:
      toModel in class ContainerRenderer
      Parameters:
      element - The element to transform, not null.
      context - The context, not null.
      Returns:
      The viewmodel, never null.