Skip to content

luxe: ui/field/choice


import "luxe: ui/field/choice" for State

no docs found

State.list : unknown

no docs found

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

no docs found

State.resize() : 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.count() : Num

no docs found

State.get(index : Num) : Control

no docs found

State.refresh() : unknown

no docs found

State.focus() : unknown

no docs found

State.placeholder=(v : Any) : unknown

no docs found

State.placeholder : unknown

no docs found

State.fn=(v : Any) : unknown

no docs found

State.fn : unknown

no docs found

State.has_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 : Any) : unknown

no docs found

import "luxe: ui/field/choice" for UIChoice

no docs found

UIChoice.create(ui : UI) : Control

no docs found

UIChoice.get_placeholder(choice : Control) : String

no docs found

UIChoice.set_placeholder(choice : Control, text : String) : unknown

no docs found

UIChoice.set_filter(choice : Control, fn : Fn) : unknown

no docs found

UIChoice.add(choice : Control, control : Control, keywords : List) : unknown

no docs found

UIChoice.remove(choice : Control, control : Control) : unknown

no docs found

UIChoice.clear(choice : Control, uiclear_action : UIClear) : unknown

no docs found

UIChoice.refresh(choice : Control) : unknown

no docs found

UIChoice.focus(choice : Control) : unknown

no docs found

UIChoice.count(choice : Control) : Num

no docs found

UIChoice.get_choice(choice : Control, index : Num) : Control

no docs found