generator

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 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(col *generator2.ColumnType) (s string)

func (Checkbox) Imports

func (d Checkbox) 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(col *generator2.ColumnType) (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(col *generator2.ColumnType) (s string)

func (IntegerTextbox) Imports

func (d IntegerTextbox) 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(col *generator2.ColumnType) (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(col *generator2.ColumnType) (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