actionlist

package
v0.0.12 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Demo added in v0.0.3

func Demo() app.UI

Types

type ActionList added in v0.0.3

type ActionList struct {
	ID        string
	IconList  bool
	ClassName []string
	Children  []*Group
}

func (*ActionList) UI added in v0.0.3

func (a *ActionList) UI() app.UI

type ActionListMultipleGroups

type ActionListMultipleGroups struct {
	app.Compo
}

func (*ActionListMultipleGroups) Render

func (c *ActionListMultipleGroups) Render() app.UI

type ActionListSingleGroup

type ActionListSingleGroup struct {
	app.Compo
}

func (*ActionListSingleGroup) Render

func (c *ActionListSingleGroup) Render() app.UI

type ActionListWithCancelButton

type ActionListWithCancelButton struct {
	app.Compo
}

func (*ActionListWithCancelButton) Render

func (c *ActionListWithCancelButton) Render() app.UI

type ActionListWithIcons

type ActionListWithIcons struct {
	app.Compo
}

func (*ActionListWithIcons) Render

func (c *ActionListWithIcons) Render() app.UI

type Group added in v0.0.3

type Group struct {
	Children  []*Item
	ClassName []string
}

func (*Group) UI added in v0.0.3

func (g *Group) UI() app.UI

type Item added in v0.0.3

type Item struct {
	Child     app.UI
	ClassName []string
}

func (*Item) UI added in v0.0.3

func (i *Item) UI() app.UI

Jump to

Keyboard shortcuts

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