Documentation
¶
Index ¶
- type MonthSelector
- func (m *MonthSelector) CellValue(field *presets.FieldContext, ctx *web.EventContext) h.HTMLComponent
- func (m *MonthSelector) Detail(field *presets.FieldContext, ctx *web.EventContext) h.HTMLComponent
- func (m *MonthSelector) Input(field *presets.FieldContext, ctx *web.EventContext) h.HTMLComponent
- func (m *MonthSelector) Of(mb *presets.ModelBuilder, fieldName string) *MonthSelectorField
- func (m *MonthSelector) SetDefaults(b *presets.Builder)
- type MonthSelectorField
- func (m *MonthSelectorField) All() *MonthSelectorField
- func (m *MonthSelectorField) CellValue(fb *presets.FieldsBuilder) *MonthSelectorField
- func (m *MonthSelectorField) CellValueField(field *presets.FieldBuilder) *MonthSelectorField
- func (m *MonthSelectorField) Detailing() *MonthSelectorField
- func (m *MonthSelectorField) Editing() *MonthSelectorField
- func (m *MonthSelectorField) Input(fb *presets.FieldsBuilder) *MonthSelectorField
- func (m *MonthSelectorField) InputField(field *presets.FieldBuilder) *MonthSelectorField
- func (m *MonthSelectorField) Listing() *MonthSelectorField
- func (m *MonthSelectorField) Text(fb *presets.FieldsBuilder) *MonthSelectorField
- func (m *MonthSelectorField) TextField(field *presets.FieldBuilder) *MonthSelectorField
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MonthSelector ¶
type MonthSelector struct {
// contains filtered or unexported fields
}
func NewMonthSelector ¶
func (*MonthSelector) CellValue ¶
func (m *MonthSelector) CellValue(field *presets.FieldContext, ctx *web.EventContext) h.HTMLComponent
func (*MonthSelector) Detail ¶
func (m *MonthSelector) Detail(field *presets.FieldContext, ctx *web.EventContext) h.HTMLComponent
func (*MonthSelector) Input ¶
func (m *MonthSelector) Input(field *presets.FieldContext, ctx *web.EventContext) h.HTMLComponent
func (*MonthSelector) Of ¶
func (m *MonthSelector) Of(mb *presets.ModelBuilder, fieldName string) *MonthSelectorField
func (*MonthSelector) SetDefaults ¶
func (m *MonthSelector) SetDefaults(b *presets.Builder)
type MonthSelectorField ¶
type MonthSelectorField struct {
// contains filtered or unexported fields
}
func (*MonthSelectorField) All ¶
func (m *MonthSelectorField) All() *MonthSelectorField
func (*MonthSelectorField) CellValue ¶
func (m *MonthSelectorField) CellValue(fb *presets.FieldsBuilder) *MonthSelectorField
func (*MonthSelectorField) CellValueField ¶
func (m *MonthSelectorField) CellValueField(field *presets.FieldBuilder) *MonthSelectorField
func (*MonthSelectorField) Detailing ¶
func (m *MonthSelectorField) Detailing() *MonthSelectorField
func (*MonthSelectorField) Editing ¶
func (m *MonthSelectorField) Editing() *MonthSelectorField
func (*MonthSelectorField) Input ¶
func (m *MonthSelectorField) Input(fb *presets.FieldsBuilder) *MonthSelectorField
func (*MonthSelectorField) InputField ¶
func (m *MonthSelectorField) InputField(field *presets.FieldBuilder) *MonthSelectorField
func (*MonthSelectorField) Listing ¶
func (m *MonthSelectorField) Listing() *MonthSelectorField
func (*MonthSelectorField) Text ¶
func (m *MonthSelectorField) Text(fb *presets.FieldsBuilder) *MonthSelectorField
func (*MonthSelectorField) TextField ¶
func (m *MonthSelectorField) TextField(field *presets.FieldBuilder) *MonthSelectorField
Click to show internal directories.
Click to hide internal directories.