Interface SelectBuilder<M,​I>

    • Method Detail

      • itemLabel

        SelectBuilder<M,​I> itemLabel​(java.util.function.Function<I,​java.lang.String> getLabel)

        Configure obtaining label from item.

        If not configured, will use Object.toString() of the item.

        Parameters:
        getLabel - Function to obtain label from item.
        Returns:
        this.