luxe: ui/field/choice
import "luxe: ui/field/choice" for Stateno docs found
State.list
Section titled “State.list”State.list : unknownno docs found
State.new(..)
Section titled “State.new(..)”State.new(ui : Any, control : Any) : Stateno docs found
State.resize(.)
Section titled “State.resize(.)”State.resize() : 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.count(.)
Section titled “State.count(.)”State.count() : Numno docs found
State.get(.)
Section titled “State.get(.)”State.get(index : Num) : Controlno 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) : unknownno docs found
State.placeholder
Section titled “State.placeholder”State.placeholder : unknownno docs found
State.fn
Section titled “State.fn”State.fn=(v : Any) : unknownno docs found
State.fn
Section titled “State.fn”State.fn : unknownno docs found
State.has_filter
Section titled “State.has_filter”State.has_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 : Any) : unknownno docs found
UIChoice
Section titled “UIChoice”import "luxe: ui/field/choice" for UIChoiceno docs found
UIChoice.create(.)
Section titled “UIChoice.create(.)”UIChoice.create(ui : UI) : Controlno docs found
UIChoice.get_placeholder(.)
Section titled “UIChoice.get_placeholder(.)”UIChoice.get_placeholder(choice : Control) : Stringno docs found
UIChoice.set_placeholder(..)
Section titled “UIChoice.set_placeholder(..)”UIChoice.set_placeholder(choice : Control, text : String) : unknownno docs found
UIChoice.set_filter(..)
Section titled “UIChoice.set_filter(..)”UIChoice.set_filter(choice : Control, fn : Fn) : unknownno docs found
UIChoice.add(…)
Section titled “UIChoice.add(…)”UIChoice.add(choice : Control, control : Control, keywords : List) : unknownno docs found
UIChoice.remove(..)
Section titled “UIChoice.remove(..)”UIChoice.remove(choice : Control, control : Control) : unknownno docs found
UIChoice.clear(..)
Section titled “UIChoice.clear(..)”UIChoice.clear(choice : Control, uiclear_action : UIClear) : unknownno docs found
UIChoice.refresh(.)
Section titled “UIChoice.refresh(.)”UIChoice.refresh(choice : Control) : unknownno docs found
UIChoice.focus(.)
Section titled “UIChoice.focus(.)”UIChoice.focus(choice : Control) : unknownno docs found
UIChoice.count(.)
Section titled “UIChoice.count(.)”UIChoice.count(choice : Control) : Numno docs found
UIChoice.get_choice(..)
Section titled “UIChoice.get_choice(..)”UIChoice.get_choice(choice : Control, index : Num) : Controlno docs found