Interface TransformationRender<Result,​Element,​Container,​Input>

    • Method Detail

      • renderElement

        Result renderElement​(Container container,
                             Input currentElement)
        Renders a given element
        Parameters:
        container - the container
        currentElement - the current element
        Returns:
        the rendered element
      • createElement

        Element createElement()
        Creates a new element same as the one which is rendered
        Returns:
        the new element
      • mapProperties

        Element mapProperties​(Element element,
                              Container container,
                              Input currentElement)
        maps properties
        Parameters:
        element - the element, same as which is rendered
        container - the container
        currentElement - the current element
        Returns:
        the rendered element