Package org.zkoss.zul

Interface RadioRenderer<T>

    • Method Detail

      • render

        void render​(Radio item,
                    T data,
                    int index)
             throws java.lang.Exception
        Renders the data to the specified radio.
        Parameters:
        item - the comboitem to render the result.
        data - that is returned from ListModel.getElementAt(int)
        index - in the model when rendering
        Throws:
        java.lang.Exception