Class FlowchartRenderer.FlowchartPartialRenderListener

    • Method Detail

      • encodePartial

        protected void encodePartial​(javax.faces.context.FacesContext context,
                                     Flowchart flowchart)
                              throws FastJsonException
        Description copied from class: PartialRenderListener
        Performs the actions are necessary for the partial render of the component. Usually this consists of scheduling JavaScript code to be executed on the client (via PrimeFaces.executeInitScript(String).
        Specified by:
        encodePartial in class PartialRenderListener<Flowchart>
        Parameters:
        context - The current faces context to use.
        Throws:
        FastJsonException