widgetcollection

package
v0.0.0-...-6e88d74 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2023 License: GPL-3.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActiveBox00

type ActiveBox00 struct {
}

type ActiveLabel00

type ActiveLabel00 struct {
	Element *elementtreeconstructor.ElementMutator
}

func NewActiveLabel00

func NewActiveLabel00(
	text string,
	title *string,

	etc *elementtreeconstructor.ElementTreeConstructor,

	onclick func(),
) *ActiveLabel00

func (*ActiveLabel00) AssignSelf

func (self *ActiveLabel00) AssignSelf(ref **ActiveLabel00) *ActiveLabel00

type LoginPasswordForm00

type LoginPasswordForm00 struct {
	Element *elementtreeconstructor.ElementMutator
	// contains filtered or unexported fields
}

func NewLoginPasswordForm00

func NewLoginPasswordForm00(
	etc *elementtreeconstructor.ElementTreeConstructor,
	preset_login string,
	preset_password string,
	put_submit_button bool,
	onedit func(),
	onloginedit func(),
	onpasswordedit func(),
	onsubmitclick func(),
) *LoginPasswordForm00

func (*LoginPasswordForm00) GetLogin

func (self *LoginPasswordForm00) GetLogin() string

func (*LoginPasswordForm00) GetPassword

func (self *LoginPasswordForm00) GetPassword() string

func (*LoginPasswordForm00) SetLogin

func (self *LoginPasswordForm00) SetLogin(value string)

func (*LoginPasswordForm00) SetPassword

func (self *LoginPasswordForm00) SetPassword(value string)

type PageId

type PageId = uint

type Pager00

type Pager00 struct {
	Element *elementtreeconstructor.ElementMutator
	// contains filtered or unexported fields
}

func (*Pager00) SwitchPage

func (self *Pager00) SwitchPage(id PageId) error

type Pager00Page

type Pager00Page struct {
	PageId  PageId
	Element dom.ToNodeConvertable
}

type Pager00Settings

type Pager00Settings struct {
	Pages          []*Pager00Page
	Preselected    PageId
	DisplayElement *elementtreeconstructor.ElementMutator
}

type Select00

type Select00 struct {
	Value   string
	Element *elementtreeconstructor.ElementMutator
	// contains filtered or unexported fields
}

func NewSelect00

func NewSelect00(
	etc *elementtreeconstructor.ElementTreeConstructor,
	values [][2]string,
	preselected string,
	onchange func(),
) *Select00

func (*Select00) AppendOption

func (self *Select00) AppendOption(key, value string)

func (*Select00) AssignSelf

func (self *Select00) AssignSelf(ref **Select00) *Select00

func (*Select00) SetSelected

func (self *Select00) SetSelected(value string)

Jump to

Keyboard shortcuts

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