Class BindComboitemRenderer

    • Constructor Detail

      • BindComboitemRenderer

        public BindComboitemRenderer()
    • Method Detail

      • render

        public void render​(Comboitem item,
                           java.lang.Object data,
                           int index)
                    throws java.lang.Exception
        Description copied from interface: ComboitemRenderer
        Renders the data to the specified comboitem.
        Specified by:
        render in interface ComboitemRenderer<java.lang.Object>
        Parameters:
        item - the comboitem to render the result.
        data - that is returned from ListModel.getElementAt(int)
        index - the index of the data that is currently being rendered
        Throws:
        java.lang.Exception