Versions in this module Expand all Collapse all v1 v1.0.2 May 3, 2022 v1.0.1 May 3, 2022 v1.0.0 May 3, 2022 Changes in this version + type Binary struct + Compute models.Methoder + Constraint models.Methoder + Contexts models.FieldContexts + Default func(models.Environment) interface{} + Depends []string + GoType interface{} + Help string + Index bool + Inverse models.Methoder + InvisibleFunc func(models.Environment) (bool, models.Conditioner) + JSON string + NoCopy bool + OnChange models.Methoder + OnChangeFilters models.Methoder + OnChangeWarning models.Methoder + ReadOnly bool + ReadOnlyFunc func(models.Environment) (bool, models.Conditioner) + Related string + Required bool + RequiredFunc func(models.Environment) (bool, models.Conditioner) + Stored bool + String string + Unique bool + func (bf Binary) DeclareField(fc *models.FieldsCollection, name string) *models.Field + type Boolean struct + Compute models.Methoder + Constraint models.Methoder + Contexts models.FieldContexts + Default func(models.Environment) interface{} + Depends []string + GoType interface{} + Help string + Index bool + Inverse models.Methoder + InvisibleFunc func(models.Environment) (bool, models.Conditioner) + JSON string + NoCopy bool + OnChange models.Methoder + OnChangeFilters models.Methoder + OnChangeWarning models.Methoder + ReadOnly bool + ReadOnlyFunc func(models.Environment) (bool, models.Conditioner) + Related string + Required bool + RequiredFunc func(models.Environment) (bool, models.Conditioner) + Stored bool + String string + Unique bool + func (bf Boolean) DeclareField(fc *models.FieldsCollection, name string) *models.Field + type Char struct + Compute models.Methoder + Constraint models.Methoder + Contexts models.FieldContexts + Default func(models.Environment) interface{} + Depends []string + GoType interface{} + Help string + Index bool + Inverse models.Methoder + InvisibleFunc func(models.Environment) (bool, models.Conditioner) + JSON string + NoCopy bool + OnChange models.Methoder + OnChangeFilters models.Methoder + OnChangeWarning models.Methoder + ReadOnly bool + ReadOnlyFunc func(models.Environment) (bool, models.Conditioner) + Related string + Required bool + RequiredFunc func(models.Environment) (bool, models.Conditioner) + Size int + Stored bool + String string + Translate bool + Unique bool + func (cf Char) DeclareField(fc *models.FieldsCollection, name string) *models.Field + type Date struct + Compute models.Methoder + Constraint models.Methoder + Contexts models.FieldContexts + Default func(models.Environment) interface{} + Depends []string + GoType interface{} + GroupOperator string + Help string + Index bool + Inverse models.Methoder + InvisibleFunc func(models.Environment) (bool, models.Conditioner) + JSON string + NoCopy bool + OnChange models.Methoder + OnChangeFilters models.Methoder + OnChangeWarning models.Methoder + ReadOnly bool + ReadOnlyFunc func(models.Environment) (bool, models.Conditioner) + Related string + Required bool + RequiredFunc func(models.Environment) (bool, models.Conditioner) + Stored bool + String string + Unique bool + func (df Date) DeclareField(fc *models.FieldsCollection, name string) *models.Field + type DateTime struct + Compute models.Methoder + Constraint models.Methoder + Contexts models.FieldContexts + Default func(models.Environment) interface{} + Depends []string + GoType interface{} + GroupOperator string + Help string + Index bool + Inverse models.Methoder + InvisibleFunc func(models.Environment) (bool, models.Conditioner) + JSON string + NoCopy bool + OnChange models.Methoder + OnChangeFilters models.Methoder + OnChangeWarning models.Methoder + ReadOnly bool + ReadOnlyFunc func(models.Environment) (bool, models.Conditioner) + Related string + Required bool + RequiredFunc func(models.Environment) (bool, models.Conditioner) + Stored bool + String string + Unique bool + func (df DateTime) DeclareField(fc *models.FieldsCollection, name string) *models.Field + type FieldDefinition interface + DeclareField func(*models.FieldsCollection, string) *models.Field + type Float struct + Compute models.Methoder + Constraint models.Methoder + Contexts models.FieldContexts + Default func(models.Environment) interface{} + Depends []string + Digits nbutils.Digits + GoType interface{} + GroupOperator string + Help string + Index bool + Inverse models.Methoder + InvisibleFunc func(models.Environment) (bool, models.Conditioner) + JSON string + NoCopy bool + OnChange models.Methoder + OnChangeFilters models.Methoder + OnChangeWarning models.Methoder + ReadOnly bool + ReadOnlyFunc func(models.Environment) (bool, models.Conditioner) + Related string + Required bool + RequiredFunc func(models.Environment) (bool, models.Conditioner) + Stored bool + String string + Unique bool + func (ff Float) DeclareField(fc *models.FieldsCollection, name string) *models.Field + type HTML struct + Compute models.Methoder + Constraint models.Methoder + Contexts models.FieldContexts + Default func(models.Environment) interface{} + Depends []string + GoType interface{} + Help string + Index bool + Inverse models.Methoder + InvisibleFunc func(models.Environment) (bool, models.Conditioner) + JSON string + NoCopy bool + OnChange models.Methoder + OnChangeFilters models.Methoder + OnChangeWarning models.Methoder + ReadOnly bool + ReadOnlyFunc func(models.Environment) (bool, models.Conditioner) + Related string + Required bool + RequiredFunc func(models.Environment) (bool, models.Conditioner) + Size int + Stored bool + String string + Translate bool + Unique bool + func (tf HTML) DeclareField(fc *models.FieldsCollection, name string) *models.Field + type Integer struct + Compute models.Methoder + Constraint models.Methoder + Contexts models.FieldContexts + Default func(models.Environment) interface{} + Depends []string + GoType interface{} + GroupOperator string + Help string + Index bool + Inverse models.Methoder + InvisibleFunc func(models.Environment) (bool, models.Conditioner) + JSON string + NoCopy bool + OnChange models.Methoder + OnChangeFilters models.Methoder + OnChangeWarning models.Methoder + ReadOnly bool + ReadOnlyFunc func(models.Environment) (bool, models.Conditioner) + Related string + Required bool + RequiredFunc func(models.Environment) (bool, models.Conditioner) + Stored bool + String string + Unique bool + func (i Integer) DeclareField(fc *models.FieldsCollection, name string) *models.Field + type Many2Many struct + Compute models.Methoder + Constraint models.Methoder + Default func(models.Environment) interface{} + Depends []string + Filter models.Conditioner + Help string + Index bool + Inverse models.Methoder + InvisibleFunc func(models.Environment) (bool, models.Conditioner) + JSON string + M2MLinkModelName string + M2MOurField string + M2MTheirField string + NoCopy bool + OnChange models.Methoder + OnChangeFilters models.Methoder + OnChangeWarning models.Methoder + ReadOnly bool + ReadOnlyFunc func(models.Environment) (bool, models.Conditioner) + Related string + RelationModel models.Modeler + Required bool + RequiredFunc func(models.Environment) (bool, models.Conditioner) + Stored bool + String string + func (mf Many2Many) DeclareField(fc *models.FieldsCollection, name string) *models.Field + type Many2One struct + Compute models.Methoder + Constraint models.Methoder + Contexts models.FieldContexts + Default func(models.Environment) interface{} + Depends []string + Embed bool + Filter models.Conditioner + Help string + Index bool + Inverse models.Methoder + InvisibleFunc func(models.Environment) (bool, models.Conditioner) + JSON string + NoCopy bool + OnChange models.Methoder + OnChangeFilters models.Methoder + OnChangeWarning models.Methoder + OnDelete models.OnDeleteAction + ReadOnly bool + ReadOnlyFunc func(models.Environment) (bool, models.Conditioner) + Related string + RelationModel models.Modeler + Required bool + RequiredFunc func(models.Environment) (bool, models.Conditioner) + Stored bool + String string + func (mf Many2One) DeclareField(fc *models.FieldsCollection, name string) *models.Field + type One2Many struct + Compute models.Methoder + Constraint models.Methoder + Copy bool + Default func(models.Environment) interface{} + Depends []string + Filter models.Conditioner + Help string + Index bool + Inverse models.Methoder + InvisibleFunc func(models.Environment) (bool, models.Conditioner) + JSON string + OnChange models.Methoder + OnChangeFilters models.Methoder + OnChangeWarning models.Methoder + ReadOnly bool + ReadOnlyFunc func(models.Environment) (bool, models.Conditioner) + Related string + RelationModel models.Modeler + Required bool + RequiredFunc func(models.Environment) (bool, models.Conditioner) + ReverseFK string + Stored bool + String string + func (of One2Many) DeclareField(fc *models.FieldsCollection, name string) *models.Field + type One2One struct + Compute models.Methoder + Constraint models.Methoder + Contexts models.FieldContexts + Default func(models.Environment) interface{} + Depends []string + Embed bool + Filter models.Conditioner + Help string + Index bool + Inverse models.Methoder + InvisibleFunc func(models.Environment) (bool, models.Conditioner) + JSON string + NoCopy bool + OnChange models.Methoder + OnChangeFilters models.Methoder + OnChangeWarning models.Methoder + OnDelete models.OnDeleteAction + ReadOnly bool + ReadOnlyFunc func(models.Environment) (bool, models.Conditioner) + Related string + RelationModel models.Modeler + Required bool + RequiredFunc func(models.Environment) (bool, models.Conditioner) + Stored bool + String string + func (of One2One) DeclareField(fc *models.FieldsCollection, name string) *models.Field + type Rev2One struct + Compute models.Methoder + Constraint models.Methoder + Copy bool + Default func(models.Environment) interface{} + Depends []string + Filter models.Conditioner + Help string + Index bool + Inverse models.Methoder + InvisibleFunc func(models.Environment) (bool, models.Conditioner) + JSON string + OnChange models.Methoder + OnChangeFilters models.Methoder + OnChangeWarning models.Methoder + ReadOnly bool + ReadOnlyFunc func(models.Environment) (bool, models.Conditioner) + Related string + RelationModel models.Modeler + Required bool + RequiredFunc func(models.Environment) (bool, models.Conditioner) + ReverseFK string + Stored bool + String string + func (rf Rev2One) DeclareField(fc *models.FieldsCollection, name string) *models.Field + type Selection struct + Compute models.Methoder + Constraint models.Methoder + Contexts models.FieldContexts + Default func(models.Environment) interface{} + Depends []string + Help string + Index bool + Inverse models.Methoder + InvisibleFunc func(models.Environment) (bool, models.Conditioner) + JSON string + NoCopy bool + OnChange models.Methoder + OnChangeFilters models.Methoder + OnChangeWarning models.Methoder + ReadOnly bool + ReadOnlyFunc func(models.Environment) (bool, models.Conditioner) + Related string + Required bool + RequiredFunc func(models.Environment) (bool, models.Conditioner) + Selection types.Selection + SelectionFunc func() types.Selection + Stored bool + String string + Unique bool + func (sf Selection) DeclareField(fc *models.FieldsCollection, name string) *models.Field + type Text struct + Compute models.Methoder + Constraint models.Methoder + Contexts models.FieldContexts + Default func(models.Environment) interface{} + Depends []string + GoType interface{} + Help string + Index bool + Inverse models.Methoder + InvisibleFunc func(models.Environment) (bool, models.Conditioner) + JSON string + NoCopy bool + OnChange models.Methoder + OnChangeFilters models.Methoder + OnChangeWarning models.Methoder + ReadOnly bool + ReadOnlyFunc func(models.Environment) (bool, models.Conditioner) + Related string + Required bool + RequiredFunc func(models.Environment) (bool, models.Conditioner) + Size int + Stored bool + String string + Translate bool + Unique bool + func (tf Text) DeclareField(fc *models.FieldsCollection, name string) *models.Field