Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WidgetDataItems ¶
type WidgetDataItems struct { uicontrols.Panel OnAdd func(id string) // contains filtered or unexported fields }
func NewWidgetDataItems ¶
func NewWidgetDataItems(parent uiinterfaces.Widget, client *client.Client, text1 string, text2 string) *WidgetDataItems
func (*WidgetDataItems) Dispose ¶
func (c *WidgetDataItems) Dispose()
func (*WidgetDataItems) LoadItems ¶
func (c *WidgetDataItems) LoadItems()
func (*WidgetDataItems) OnInit ¶
func (c *WidgetDataItems) OnInit()
func (*WidgetDataItems) SelectedItem ¶
func (c *WidgetDataItems) SelectedItem() string
func (*WidgetDataItems) UpdateStyle ¶
func (c *WidgetDataItems) UpdateStyle()
Click to show internal directories.
Click to hide internal directories.