Interface AutoCompleteTextComponent.AutoCompleteFilter

Enclosing class:
AutoCompleteTextComponent

public static interface AutoCompleteTextComponent.AutoCompleteFilter
Allows filtering the entries in the auto complete
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    filter(String text)
    Callback to filter based on this given text
  • Method Details

    • filter

      boolean filter(String text)

      Callback to filter based on this given text

      Parameters
      • text: the text for filtering
      Returns

      true if the entry should be filtered in