Documentation ¶
Index ¶
- type Button
- type Clock
- type InputText
- func (t *InputText) Change(data interface{})
- func (t *InputText) GetDriver() view.LiveDriver
- func (t *InputText) GetTemplate() string
- func (t *InputText) KeyPress(data interface{})
- func (t *InputText) KeyUp(data interface{})
- func (t *InputText) SetKeyUp(fx func(c *InputText, data interface{})) *InputText
- func (t *InputText) Start()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Button ¶
type Button struct { *view.ComponentDriver[*Button] I int Caption string }
func (*Button) GetDriver ¶
func (t *Button) GetDriver() view.LiveDriver
func (*Button) GetTemplate ¶
type Clock ¶
type Clock struct { *view.ComponentDriver[*Clock] ActualTime string }
func (*Clock) GetDriver ¶
func (t *Clock) GetDriver() view.LiveDriver
func (*Clock) GetTemplate ¶
type InputText ¶
type InputText struct { *view.ComponentDriver[*InputText] }
func (*InputText) GetDriver ¶
func (t *InputText) GetDriver() view.LiveDriver
func (*InputText) GetTemplate ¶
Click to show internal directories.
Click to hide internal directories.