Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Content ¶
type Content interface { GetName() string // ідентефікатор GetMenuName() string // пункт меню GetTitle() string // заголовок таблиці GetTable() *tview.Table // таблиця з даними GetCell(row, column int) *tview.TableCell // вміст комірки GetRowCount() int // кількість рядків GetColumnCount() int // кількість колонок GetKeybindingString() string // опис клавіш дій NeedToSave() bool // потрібно збереження RereadTable() // оновлює таблицю }
Click to show internal directories.
Click to hide internal directories.