Interface MultipleBuilder<M,​I>

    • Method Detail

      • itemLabel

        void itemLabel​(java.util.function.Function<I,​java.lang.String> getItemLabel)
        Configures obtaining the label for the particular item.
        Parameters:
        getItemLabel - Function to obtain the label for a particular item.