Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LookupDataItem ¶
func LookupResource ¶ added in v1.0.4
func LookupResource(parent uiinterfaces.Widget, client *client.Client, selected func(key string))
Types ¶
type DialogSelectDataItem ¶
type DialogSelectDataItem struct { uicontrols.Dialog // contains filtered or unexported fields }
func NewDialogSelectDataItem ¶
func NewDialogSelectDataItem(parent uiinterfaces.Widget, client *client.Client, text1 string, text2 string) *DialogSelectDataItem
func (*DialogSelectDataItem) OnInit ¶
func (c *DialogSelectDataItem) OnInit()
type DialogSelectDocument ¶ added in v1.0.4
type DialogSelectDocument struct { uicontrols.Dialog // contains filtered or unexported fields }
func NewDialogSelectDocument ¶ added in v1.0.4
func NewDialogSelectDocument(parent uiinterfaces.Widget, client *client.Client) *DialogSelectDocument
func (*DialogSelectDocument) OnInit ¶ added in v1.0.4
func (c *DialogSelectDocument) OnInit()
Click to show internal directories.
Click to hide internal directories.