MCPcopy
hub / github.com/basecamp/once / FormField

Interface FormField

internal/ui/form.go:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type FormField interface {
27 Update(tea.Msg) tea.Cmd
28 View() string
29 Focus() tea.Cmd
30 Blur()
31 SetWidth(int)
32 IsFocusable() bool
33}
34
35type valuer interface {
36 Value() string

Callers 37

sendMethod · 0.65
processMsgMethod · 0.65
UpdateMethod · 0.65
checkUpdateMethod · 0.65
UpdateMethod · 0.65
handleFilterKeyMethod · 0.65
handleNormalKeyMethod · 0.65
viewContentMethod · 0.65
ViewMethod · 0.65
ViewMethod · 0.65
ViewMethod · 0.65

Implementers 3

TextFieldinternal/ui/form.go
CheckboxFieldinternal/ui/form.go
StaticFieldinternal/ui/form.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…