All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.mvysny.kaributesting.v10.groovy.ListBoxUtils.groovy Maven / Gradle / Ivy

The newest version!
package com.github.mvysny.kaributesting.v10.groovy

import com.github.mvysny.kaributesting.v10.ListBoxKt
import com.vaadin.flow.component.listbox.ListBoxBase
import groovy.transform.CompileStatic
import org.jetbrains.annotations.NotNull

/**
 * A set of basic extension methods for ListBox
 * and MultiSelectListBox.
 * @author mavi
 */
@CompileStatic
class ListBoxUtils {
    /**
     * Fetches renderings of items currently displayed in the list box component.
     */
    @NotNull
    static List getRenderedItems(@NotNull ListBoxBase self) {
        ListBoxKt.getRenderedItems(self)
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy