Class BindCascaderRenderer<E>

    • Constructor Detail

      • BindCascaderRenderer

        public BindCascaderRenderer()
    • Method Detail

      • render

        public java.lang.String render​(Component owner,
                                       E data,
                                       int index)
                                throws java.lang.Exception
        Description copied from interface: ItemRenderer
        Renders the data to the corresponding HTML fragment, and returns the HTML fragment.
        Specified by:
        render in interface ItemRenderer<E>
        Parameters:
        owner - the component that this renderer belongs to (never null).
        data - that is returned from ListModel.getElementAt(int)
        index - the data index that is currently being rendered
        Returns:
        the HTML fragment representing the data. It depends on the component this renderer belongs to.
        Throws:
        java.lang.Exception