Documentation ¶
Overview ¶
The widget package contains supported composite and special purpose controls that are not part of the html standard
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ItemListPanel ¶
type ItemListPanel struct { Panel FilterPanel *Panel ScrollPanel *Panel ButtonPanel *Panel FilterText *Textbox ItemTable *SelectTable NewButton *Button EditButton *Button }
func NewItemListPanel ¶
func NewItemListPanel(parent page.ControlI, id string) *ItemListPanel
func (*ItemListPanel) Action ¶
func (f *ItemListPanel) Action(ctx context.Context, a page.ActionParams)
func (*ItemListPanel) Init ¶
func (p *ItemListPanel) Init(self ItemListPanelI, parent page.ControlI, id string)
func (*ItemListPanel) Load ¶
func (p *ItemListPanel) Load(ctx context.Context)
func (*ItemListPanel) ΩDrawingAttributes ¶ added in v0.0.3
func (c *ItemListPanel) ΩDrawingAttributes() html.Attributes
type ItemListPanelI ¶
type ItemListPanelI interface { PanelI }
Click to show internal directories.
Click to hide internal directories.