generator

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BootstrapCodegenSetup

func BootstrapCodegenSetup()

Setup 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
}

This structure 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)

func (Checkbox) Imports

func (d Checkbox) Imports() []generator2.ImportPath

type DateTextbox added in v0.7.1

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

This structure 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)

func (DateTextbox) Imports added in v0.7.1

func (d DateTextbox) Imports() []generator2.ImportPath

type EmailTextbox added in v0.7.1

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

This structure 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)

func (EmailTextbox) Imports added in v0.7.1

func (d EmailTextbox) Imports() []generator2.ImportPath

type FloatTextbox

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

This structure 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)

func (FloatTextbox) Imports

func (d FloatTextbox) Imports() []generator2.ImportPath

type IntegerTextbox

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

This structure 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)

func (IntegerTextbox) Imports

func (d IntegerTextbox) Imports() []generator2.ImportPath

type PhoneTextbox added in v0.7.1

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

This structure 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)

func (PhoneTextbox) Imports added in v0.7.1

func (d PhoneTextbox) Imports() []generator2.ImportPath

type SelectList

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

This structure 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)

func (SelectList) Imports

func (d SelectList) Imports() []generator2.ImportPath

type Textbox

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

This structure 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)

func (Textbox) Imports

func (d Textbox) Imports() []generator2.ImportPath

Jump to

Keyboard shortcuts

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