Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdaptableType ¶
type EventType ¶
type EventType string
const Action EventType = "MDCList:action"
const Select EventType = "MDCList:select"
type Item ¶
type ItemSelectState ¶
type ItemSelectState int
const ( ItemSelectStateNone ItemSelectState = iota ItemSelectStateTabZero ItemSelectStateSelected ItemSelectStateNotSelected )
type Items ¶
type Items []*Item
Items allows setting up the state of a list of items before the first render. Setting the tab index or pre-selected item and associated attributes of the items in the list.
func (Items) SelectHref ¶
func (Items) SelectedItemText ¶
SelectedItemText returns the text of the currently selected item or empty if no selection made.
This should be called after Select()
Click to show internal directories.
Click to hide internal directories.