class AttachmentSelectWindow

Defined in:

attachment_select_window.cr

Constructors

Instance Method Summary

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

Instance methods inherited from class Window

activate! activate!, activate_child!(option) activate_child!, activate_parent! activate_parent!, active : Bool active, active=(active : Bool) active=, active? : Bool active?, border : Bool border, border=(border : Bool) border=, height : Int32 height, height=(height : Int32) height=, link_child(child : Window) link_child, link_parent(parent : Window) link_parent, refresh refresh, resize resize, title : String title, title=(title : String) title=, visible : Bool visible, visible=(visible : Bool) visible=, width : Int32 width, width=(width : Int32) width=, win : NCurses::Window win, x : Int32 x, y : Int32 y

Constructor methods inherited from class Window

new(x : Int32, y : Int32, height : Int32, width : Int32, border : Bool = false) new

Instance methods inherited from module Wrap

wrap(text : String, width : Int32) wrap

Constructor Detail

def self.new(card_id : String, &) #

[View source]

Instance Method Detail

def fetch #

[View source]
def handle_select_next(selected) #

[View source]
def handle_select_previous #

[View source]
def on_select : String -> IO | String -> Nil #

[View source]
def on_select=(on_select : String -> IO | String -> Nil) #

[View source]