class

Bubbles::Table::Model

Inherits Reference < Object

Constructors

new(*opts : Option) : Model
Source

Instance methods

blur
Source
cols
Source
cols=(cols : Array(Column))
Source
columns
Source
columns=(c : Array(Column))
Source
cursor
Source
cursor=(n : Int32)
Source
end=(end __arg0 : Int32)
Source
focus
Source
focus=(focus : Bool)
Source
focused?
Source
from_values(value : String, separator : String)
Source
goto_bottom
Source
goto_top
Source
height
Source
height=(h : Int32)
Source
help
Source
help_view
Source
key_map
Source
key_map=(key_map : KeyMap)
Source
move_down(n : Int32)
Source
move_up(n : Int32)
Source
render_row(r : Int32) : String
Source
rows
Source
rows=(r : Array(Row))
Source
selected_row
Source
set_columns(c : Array(Column))
Source
set_cursor(n : Int32)
Source
set_height(h : Int32)
Source
set_rows(r : Array(Row))
Source
set_styles(s : Styles)
Source
set_width(w : Int32)
Source
start
Source
start=(start : Int32)
Source
styles
Source
styles=(s : Styles)
Source
update(msg : Tea::Msg) : Tuple(Model, Tea::Cmd | Nil)
Source
update_viewport
Source
view
Source
viewport
Source
viewport=(viewport : Bubbles::Viewport::Model)
Source
viewport_height
Source
viewport_width
Source
width
Source
width=(w : Int32)
Source