class ListSelectWindow
- ListSelectWindow
- OptionSelectWindow
- Window
- Reference
- Object
Defined in:
list_select_window.crConstructors
Instance Method Summary
- #activate!
- #handle_select_next(selected)
- #handle_select_previous
- #on_select : String -> IO | String -> Nil
- #on_select=(on_select : String -> IO | String -> Nil)
Instance methods inherited from class OptionSelectWindow
activate!
activate!,
active : Bool
active,
active=(active : Bool)
active=,
add_helps(win)
add_helps,
board_id=(board_id : String)
board_id=,
child : Window?
child,
fetch
fetch,
handle_key(key)
handle_key,
handle_select_next(selected)
handle_select_next,
handle_select_previous
handle_select_previous,
height : Int32
height,
json
json,
options=(options : Array(OptionSelectOption))
options=,
params=(params : String)
params=,
parent : Window?
parent,
path=(path : String)
path=,
refresh
refresh,
render_option_value(json : JSON::Any)
render_option_value,
render_row(option)
render_row,
row_offset : Int32
row_offset,
row_offset=(row_offset : Int32)
row_offset=,
selected : Int8
selected,
selected=(selected : Int8)
selected=,
title : String
title,
title=(title : String)
title=,
width : Int32
width,
win : NCurses::Window
win
Constructor methods inherited from class OptionSelectWindow
new(x : Int32, y : Int32, height : Int32, width : Int32)new(x : Int32, y : Int32, height : Int32, width : Int32, &) new