Documentation
¶
Index ¶
- type Container
- func (c Container) AddElements(elements ...obj.Element) obj.Collection
- func (c Container) Blur() obj.Collection
- func (c Container) Elements() []obj.Element
- func (c Container) Focus() obj.Collection
- func (c Container) FocusFromEnd() obj.Collection
- func (c Container) FocusFromStart() obj.Collection
- func (c Container) FocusNext() (obj.Collection, tea.Cmd)
- func (c Container) FocusPrev() (obj.Collection, tea.Cmd)
- func (c Container) Focusable() bool
- func (c Container) Focused() bool
- func (c Container) GetElementByID(id int) obj.Accessor
- func (c Container) Update(msg tea.Msg) (obj.Element, tea.Cmd)
- func (c Container) View(bool) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
func NewSimpleContainer ¶
func (Container) AddElements ¶
func (c Container) AddElements(elements ...obj.Element) obj.Collection
func (Container) Blur ¶
func (c Container) Blur() obj.Collection
func (Container) Focus ¶
func (c Container) Focus() obj.Collection
func (Container) FocusFromEnd ¶
func (c Container) FocusFromEnd() obj.Collection
func (Container) FocusFromStart ¶
func (c Container) FocusFromStart() obj.Collection
Click to show internal directories.
Click to hide internal directories.