Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfirmPassword ¶
ConfirmPassword checks whether the input text is equal to the password field.
type GTEValidator ¶
func (*GTEValidator) Validate ¶
func (g *GTEValidator) Validate(v interface{}) error
type PasswordValidator ¶
func (*PasswordValidator) Validate ¶
func (p *PasswordValidator) Validate(v interface{}) error
type Range ¶
Range checks whether the input value is between Min and Max value. Supported widgets: NumberEdit, LineEdit.
type RangeValidator ¶
type RangeValidator struct {
*walk.RangeValidator
}
func NewRangeValidator ¶
func NewRangeValidator(min, max float64) (*RangeValidator, error)
func (*RangeValidator) Validate ¶
func (rv *RangeValidator) Validate(v interface{}) error
type RegexpValidator ¶
type RegexpValidator struct {
*walk.RegexpValidator
}
func NewRegexpValidator ¶
func NewRegexpValidator(pattern string) (*RegexpValidator, error)
func (*RegexpValidator) Validate ¶
func (rv *RegexpValidator) Validate(v interface{}) error
type SilentToolTipErrorPresenter ¶
type SilentToolTipErrorPresenter struct { }
SilentToolTipErrorPresenter hides the tooltip when the input value is empty.
func (SilentToolTipErrorPresenter) Create ¶
func (SilentToolTipErrorPresenter) Create() (walk.ErrorPresenter, error)
type ToolTipErrorPresenter ¶
type ToolTipErrorPresenter struct {
*walk.ToolTipErrorPresenter
}
func NewToolTipErrorPresenter ¶
func NewToolTipErrorPresenter() (*ToolTipErrorPresenter, error)
func (*ToolTipErrorPresenter) PresentError ¶
func (ttep *ToolTipErrorPresenter) PresentError(err error, widget walk.Widget)
Click to show internal directories.
Click to hide internal directories.