Documentation
¶
Index ¶
- type Networks
- func (nets *Networks) ClearData()
- func (nets *Networks) Draw(screen tcell.Screen)
- func (nets *Networks) Focus(delegate func(p tview.Primitive))
- func (nets *Networks) GetTitle() string
- func (nets *Networks) HasFocus() bool
- func (nets *Networks) HideAllDialogs()
- func (nets *Networks) InputHandler() func(event *tcell.EventKey, setFocus func(p tview.Primitive))
- func (nets *Networks) SubDialogHasFocus() bool
- func (nets *Networks) UpdateData()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Networks ¶
Networks implemnents the Networks page primitive.
func (*Networks) Draw ¶
func (nets *Networks) Draw(screen tcell.Screen)
Draw draws this primitive onto the screen.
func (*Networks) HideAllDialogs ¶ added in v0.3.0
func (nets *Networks) HideAllDialogs()
HideAllDialogs hides all sub dialogs.
func (*Networks) InputHandler ¶
InputHandler returns the handler for this primitive.
func (*Networks) SubDialogHasFocus ¶ added in v0.2.0
SubDialogHasFocus returns whether or not sub dialog primitive has focus.
func (*Networks) UpdateData ¶
func (nets *Networks) UpdateData()
UpdateData retrieves networks list data.
Click to show internal directories.
Click to hide internal directories.