generator

package
v0.27.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BootstrapCodegenSetup

func BootstrapCodegenSetup()

BootstrapCodegenSetup sets up the default code generator to generate bootstrap controls when possible.

Types

type Checkbox

type Checkbox struct {
	generator3.Checkbox // base it on the built-in generator
}

Checkbox describes the textbox to the connector dialog and code generator

func (Checkbox) GenerateCreator added in v0.2.3

func (d Checkbox) GenerateCreator(ref interface{}, desc *generator2.ControlDescription) (s string)

type DateTextbox added in v0.7.1

type DateTextbox struct {
	generator3.DateTextbox // base it on the built-in generator
}

DateTextbox describes the textbox to the connector dialog and code generator

func (DateTextbox) GenerateCreator added in v0.7.1

func (d DateTextbox) GenerateCreator(ref interface{}, desc *generator2.ControlDescription) (s string)

type EmailTextbox added in v0.7.1

type EmailTextbox struct {
	generator3.EmailTextbox // base it on the built-in generator
}

EmailTextbox describes the EmailTextbox to the connector dialog and code generator

func (EmailTextbox) GenerateCreator added in v0.7.1

func (d EmailTextbox) GenerateCreator(ref interface{}, desc *generator2.ControlDescription) (s string)

type FloatTextbox

type FloatTextbox struct {
	generator3.FloatTextbox // base it on the built-in generator
}

FloatTextbox describes the textbox to the connector dialog and code generator

func (FloatTextbox) GenerateCreator added in v0.2.3

func (d FloatTextbox) GenerateCreator(ref interface{}, desc *generator2.ControlDescription) (s string)

type IntegerTextbox

type IntegerTextbox struct {
	generator3.IntegerTextbox // base it on the built-in generator
}

IntegerTextbox describes the textbox to the connector dialog and code generator

func (IntegerTextbox) GenerateCreator added in v0.2.3

func (d IntegerTextbox) GenerateCreator(ref interface{}, desc *generator2.ControlDescription) (s string)

type PhoneTextbox added in v0.7.1

type PhoneTextbox struct {
	generator3.PhoneTextbox // base it on the built-in generator
}

PhoneTextbox describes the PhoneTextbox to the connector dialog and code generator

func (PhoneTextbox) GenerateCreator added in v0.7.1

func (d PhoneTextbox) GenerateCreator(ref interface{}, desc *generator2.ControlDescription) (s string)

type SelectList

type SelectList struct {
	generator3.SelectList // base it on the built-in generator
}

SelectList describes the textbox to the connector dialog and code generator

func (SelectList) GenerateCreator added in v0.2.3

func (d SelectList) GenerateCreator(ref interface{}, desc *generator2.ControlDescription) (s string)

type Textbox

type Textbox struct {
	generator3.Textbox // base it on the built-in generator
}

Textbox describes the textbox to the connector dialog and code generator

func (Textbox) GenerateCreator added in v0.2.3

func (d Textbox) GenerateCreator(ref interface{}, desc *generator2.ControlDescription) (s string)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL