@FunctionalInterface public static interface DropDownMenu.SearchFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(String searchText,
DropdownAction<?> dropdownAction,
boolean caseSensitive)
Checks if the
dropdownAction should be displayed or not based on the searchText |
boolean filter(String searchText, DropdownAction<?> dropdownAction, boolean caseSensitive)
dropdownAction should be displayed or not based on the searchTextsearchText - the search criteriadropdownAction - the DropdownActioncaseSensitive - case sensitive search or notCopyright © 2019–2022 Dominokit. All rights reserved.