Skip to content

luxe: ui/list_filtered


import "luxe: ui/list_filtered" for State

no docs found

State.list : unknown

no docs found

State.set_filter_sizes(height : Num, text_size : Num) : unknown

no docs found

State.set_filter_string(text : String) : unknown

no docs found

State.add(control : Any, keywords : Any) : unknown

no docs found

State.remove(control : Any) : unknown

no docs found

State.clear(uiclear_action : Any) : unknown

no docs found

State.refresh() : unknown

no docs found

State.focus() : unknown

no docs found

State.placeholder=(v : Any) : String

no docs found

State.placeholder : String

no docs found

State.events : Events

no docs found

State.new(ui : Any, control : Any) : State

no docs found

State.has_filter : unknown

no docs found

State.get_filter() : unknown

no docs found

State.force_filter(text : Any, focus : Any) : unknown

no docs found

State.cancel_filter() : unknown

no docs found

State.filter(filter : String) : unknown

no docs found

State.filter_and_sort(items : List, filter : String) : unknown

no docs found

import "luxe: ui/list_filtered" for UIListFiltered

no docs found

UIListFiltered.MATCH : unknown

no docs found

UIListFiltered.create(ui : Any) : unknown

no docs found

UIListFiltered.set_bounds(list : Any, x : Any, y : Any, w : Any, h : Any) : unknown

no docs found

UIListFiltered.set_size(list : Any, w : Any, h : Any) : unknown

no docs found

UIListFiltered.set_filter_sizes(list : Any, height : Num, text_size : Num) : unknown

no docs found

UIListFiltered.on_filter(list : Control, fn : Fn) : unknown

no docs found

UIListFiltered.get_placeholder(list : Any, text : Any) : unknown

no docs found

UIListFiltered.set_placeholder(list : Any, text : Any) : unknown

no docs found

UIListFiltered.set_filter(list : Any, fn : Any) : unknown

no docs found

UIListFiltered.get_filter(list : Any) : String

no docs found

UIListFiltered.set_filter_string(list : Any, text : String) : unknown

no docs found

UIListFiltered.get_list_view(list : Any) : unknown

no docs found

UIListFiltered.add(list : Any, control : Any, keywords : Any) : unknown

no docs found

UIListFiltered.remove(list : Any, control : Any) : unknown

no docs found

UIListFiltered.clear(list : Any, uiclear_action : Any) : unknown

no docs found

UIListFiltered.refresh(list : Any) : unknown

no docs found

UIListFiltered.focus(list : Any) : unknown

no docs found

import "luxe: ui/list_filtered" for UIListFilteredItem

no docs found

UIListFilteredItem.control : Control

no docs found

UIListFilteredItem.keywords : List

no docs found

UIListFilteredItem.result : FuzzyResult

no docs found

UIListFilteredItem.result=(v : FuzzyResult) : FuzzyResult

no docs found

UIListFilteredItem.new(control : Control, keywords : List) : UIListFilteredItem

no docs found