luxe: ui/list_filtered
import "luxe: ui/list_filtered" for Stateno docs found
State.list
Section titled “State.list”State.list : unknownno docs found
State.set_filter_sizes(..)
Section titled “State.set_filter_sizes(..)”State.set_filter_sizes(height : Num, text_size : Num) : unknownno docs found
State.set_filter_string(.)
Section titled “State.set_filter_string(.)”State.set_filter_string(text : String) : unknownno docs found
State.add(..)
Section titled “State.add(..)”State.add(control : Any, keywords : Any) : unknownno docs found
State.remove(.)
Section titled “State.remove(.)”State.remove(control : Any) : unknownno docs found
State.clear(.)
Section titled “State.clear(.)”State.clear(uiclear_action : Any) : unknownno docs found
State.refresh(.)
Section titled “State.refresh(.)”State.refresh() : unknownno docs found
State.focus(.)
Section titled “State.focus(.)”State.focus() : unknownno docs found
State.placeholder
Section titled “State.placeholder”State.placeholder=(v : Any) : Stringno docs found
State.placeholder
Section titled “State.placeholder”State.placeholder : Stringno docs found
State.events
Section titled “State.events”State.events : Eventsno docs found
State.new(..)
Section titled “State.new(..)”State.new(ui : Any, control : Any) : Stateno docs found
State.has_filter
Section titled “State.has_filter”State.has_filter : unknownno docs found
State.get_filter(.)
Section titled “State.get_filter(.)”State.get_filter() : unknownno docs found
State.force_filter(..)
Section titled “State.force_filter(..)”State.force_filter(text : Any, focus : Any) : unknownno docs found
State.cancel_filter(.)
Section titled “State.cancel_filter(.)”State.cancel_filter() : unknownno docs found
State.filter(.)
Section titled “State.filter(.)”State.filter(filter : String) : unknownno docs found
State.filter_and_sort(..)
Section titled “State.filter_and_sort(..)”State.filter_and_sort(items : List, filter : String) : unknownno docs found
UIListFiltered
Section titled “UIListFiltered”import "luxe: ui/list_filtered" for UIListFilteredno docs found
UIListFiltered.MATCH
Section titled “UIListFiltered.MATCH”UIListFiltered.MATCH : unknownno docs found
UIListFiltered.create(.)
Section titled “UIListFiltered.create(.)”UIListFiltered.create(ui : Any) : unknownno docs found
UIListFiltered.set_bounds(…)
Section titled “UIListFiltered.set_bounds(…)”UIListFiltered.set_bounds(list : Any, x : Any, y : Any, w : Any, h : Any) : unknownno docs found
UIListFiltered.set_size(…)
Section titled “UIListFiltered.set_size(…)”UIListFiltered.set_size(list : Any, w : Any, h : Any) : unknownno docs found
UIListFiltered.set_filter_sizes(…)
Section titled “UIListFiltered.set_filter_sizes(…)”UIListFiltered.set_filter_sizes(list : Any, height : Num, text_size : Num) : unknownno docs found
UIListFiltered.on_filter(..)
Section titled “UIListFiltered.on_filter(..)”UIListFiltered.on_filter(list : Control, fn : Fn) : unknownno docs found
UIListFiltered.get_placeholder(..)
Section titled “UIListFiltered.get_placeholder(..)”UIListFiltered.get_placeholder(list : Any, text : Any) : unknownno docs found
UIListFiltered.set_placeholder(..)
Section titled “UIListFiltered.set_placeholder(..)”UIListFiltered.set_placeholder(list : Any, text : Any) : unknownno docs found
UIListFiltered.set_filter(..)
Section titled “UIListFiltered.set_filter(..)”UIListFiltered.set_filter(list : Any, fn : Any) : unknownno docs found
UIListFiltered.get_filter(.)
Section titled “UIListFiltered.get_filter(.)”UIListFiltered.get_filter(list : Any) : Stringno docs found
UIListFiltered.set_filter_string(..)
Section titled “UIListFiltered.set_filter_string(..)”UIListFiltered.set_filter_string(list : Any, text : String) : unknownno docs found
UIListFiltered.get_list_view(.)
Section titled “UIListFiltered.get_list_view(.)”UIListFiltered.get_list_view(list : Any) : unknownno docs found
UIListFiltered.add(…)
Section titled “UIListFiltered.add(…)”UIListFiltered.add(list : Any, control : Any, keywords : Any) : unknownno docs found
UIListFiltered.remove(..)
Section titled “UIListFiltered.remove(..)”UIListFiltered.remove(list : Any, control : Any) : unknownno docs found
UIListFiltered.clear(..)
Section titled “UIListFiltered.clear(..)”UIListFiltered.clear(list : Any, uiclear_action : Any) : unknownno docs found
UIListFiltered.refresh(.)
Section titled “UIListFiltered.refresh(.)”UIListFiltered.refresh(list : Any) : unknownno docs found
UIListFiltered.focus(.)
Section titled “UIListFiltered.focus(.)”UIListFiltered.focus(list : Any) : unknownno docs found
UIListFilteredItem
Section titled “UIListFilteredItem”import "luxe: ui/list_filtered" for UIListFilteredItemno docs found
UIListFilteredItem.control
Section titled “UIListFilteredItem.control”UIListFilteredItem.control : Controlno docs found
UIListFilteredItem.keywords
Section titled “UIListFilteredItem.keywords”UIListFilteredItem.keywords : Listno docs found
UIListFilteredItem.result
Section titled “UIListFilteredItem.result”UIListFilteredItem.result : FuzzyResultno docs found
UIListFilteredItem.result
Section titled “UIListFilteredItem.result”UIListFilteredItem.result=(v : FuzzyResult) : FuzzyResultno docs found
UIListFilteredItem.new(..)
Section titled “UIListFilteredItem.new(..)”UIListFilteredItem.new(control : Control, keywords : List) : UIListFilteredItemno docs found