Class BindStepRenderer<E>

    • Constructor Detail

      • BindStepRenderer

        public BindStepRenderer()
    • Method Detail

      • render

        public void render​(Step step,
                           E data,
                           int index)
                    throws java.lang.Exception
        Description copied from interface: StepRenderer
        Renders the data to the specified Step.
        Specified by:
        render in interface StepRenderer<E>
        Parameters:
        step - the Step to render the result.
        data - that is used to render the Step
        index - the index of the data that is currently being rendered. Notice the index is the order of the siblings (i.e., data that belongs to the same parent).
        Throws:
        java.lang.Exception