Documentation
¶
Index ¶
- type Container
- type Field
- func (f *Field) GetError() string
- func (f *Field) GetHelp() string
- func (f *Field) GetIntValue() (int, error)
- func (f *Field) GetJsValidationError() string
- func (f *Field) GetJsValidationSuccess() string
- func (f *Field) GetLabel() string
- func (f *Field) GetName() string
- func (f *Field) GetOptions() []*Option
- func (f *Field) GetPlaceholder() string
- func (f *Field) GetStringValue() string
- func (f *Field) GetType() string
- func (f *Field) GetValue() interface{}
- func (f *Field) HasError() bool
- func (f *Field) HasLabel() bool
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Field ¶
type Field struct { Name string Type string Placeholder string Label string JsValidationError string JsValidationSuccess string Error error Help string Value interface{} Options []*Option }
func (*Field) GetIntValue ¶ added in v0.8.0
func (*Field) GetJsValidationError ¶
func (*Field) GetJsValidationSuccess ¶
func (*Field) GetOptions ¶ added in v0.7.0
func (*Field) GetPlaceholder ¶
func (*Field) GetStringValue ¶ added in v0.8.0
type Option ¶ added in v0.7.0
func (*Option) IsDisabled ¶ added in v0.7.0
func (*Option) IsSelected ¶ added in v0.7.0
Click to show internal directories.
Click to hide internal directories.