Documentation
¶
Index ¶
- type Banner
- type Help
- type Info
- type Logo
- type MobTable
- func (mtb *MobTable) Clear(scrollToBeginning bool)
- func (tb *MobTable) GetSelection() *payloads.GetAttributesResponsePayload
- func (mtb *MobTable) InputHandler() func(event *tcell.EventKey, setFocus func(p tview.Primitive))
- func (tb *MobTable) OnContentUpdate(cb func()) *MobTable
- func (tb *MobTable) OnSelected(cb func(*payloads.GetAttributesResponsePayload)) *MobTable
- func (tb *MobTable) OnSelectionChanged(cb func(*payloads.GetAttributesResponsePayload)) *MobTable
- func (mtb *MobTable) RemoveObject(id string)
- func (mtb *MobTable) SetObjects(objects []*payloads.GetAttributesResponsePayload)
- func (mtb *MobTable) SetTitle(title string)
- func (mtb *MobTable) UpdateObject(object *payloads.GetAttributesResponsePayload)
- type MobTypeTabs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Banner ¶
func (*Banner) SetClientInfo ¶
func (b *Banner) SetClientInfo(client *kmipclient.Client)
type MobTable ¶
func NewMobTable ¶
func NewMobTable() *MobTable
func (*MobTable) GetSelection ¶
func (tb *MobTable) GetSelection() *payloads.GetAttributesResponsePayload
func (*MobTable) InputHandler ¶
func (*MobTable) OnContentUpdate ¶
func (*MobTable) OnSelected ¶
func (tb *MobTable) OnSelected(cb func(*payloads.GetAttributesResponsePayload)) *MobTable
func (*MobTable) OnSelectionChanged ¶
func (tb *MobTable) OnSelectionChanged(cb func(*payloads.GetAttributesResponsePayload)) *MobTable
func (*MobTable) RemoveObject ¶
func (*MobTable) SetObjects ¶
func (mtb *MobTable) SetObjects(objects []*payloads.GetAttributesResponsePayload)
func (*MobTable) UpdateObject ¶
func (mtb *MobTable) UpdateObject(object *payloads.GetAttributesResponsePayload)
type MobTypeTabs ¶
type MobTypeTabs struct { *components.Tabs // contains filtered or unexported fields }
func NewMobTypeTabs ¶
func NewMobTypeTabs() *MobTypeTabs
func (*MobTypeTabs) Current ¶
func (mtt *MobTypeTabs) Current() string
func (*MobTypeTabs) OnChange ¶
func (mtt *MobTypeTabs) OnChange(cb func(kmip.ObjectType, string)) *MobTypeTabs
Click to show internal directories.
Click to hide internal directories.