Uses of Class
no.ntnu.idatt1002.demo.view.components.SearchBar
Packages that use SearchBar
-
Uses of SearchBar in no.ntnu.idatt1002.demo.view.components
Fields in no.ntnu.idatt1002.demo.view.components declared as SearchBarMethods in no.ntnu.idatt1002.demo.view.components that return SearchBarModifier and TypeMethodDescriptionSearchBar.setOnBlur
(SearchBar.OnBlur onBlur) Sets the on blur callback for the search bar.SearchBar.setOnChange
(SearchBar.OnChange onChange) Sets the on change callback for the search bar.SearchBar.setOnFocus
(SearchBar.OnFocus onFocus) Sets the on focus callback for the search bar.SearchBar.setOnSearch
(SearchBar.OnSearch onSearch) Sets the on search callback for the search bar.