Class FileUploadRenderer

    • Constructor Detail

      • FileUploadRenderer

        public FileUploadRenderer()
    • Method Detail

      • toModel

        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.