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