Documentation ¶
Index ¶
Constants ¶
View Source
const HelpColumnsText = `` /* 650-byte string literal not displayed */
View Source
const HelpOverviewText = `` /* 196-byte string literal not displayed */
View Source
const HelpText = HelpOverviewText + helpView.HelpHeaderText + HelpColumnsText + helpView.HelpChildLevelDataViewKeybindings + helpView.HelpCommonDataViewKeybindings
View Source
const HelpTextTips = `` /* 137-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CellDetailView ¶
type CellDetailView struct { *dataView.DataListView // contains filtered or unexported fields }
func NewCellDetailView ¶
func NewCellDetailView(masterUI masterUIInterface.MasterUIInterface, parentView dataView.DataListViewInterface, name string, topMargin, bottomMargin int, eventProcessor *eventdata.EventProcessor, cellIp string) *CellDetailView
func (*CellDetailView) GetListData ¶
func (asUI *CellDetailView) GetListData() []uiCommon.IData
func (*CellDetailView) PreRowDisplay ¶
func (asUI *CellDetailView) PreRowDisplay(data uiCommon.IData, isSelected bool) string
Click to show internal directories.
Click to hide internal directories.