Class: CUI.ListViewRow

Defined in: elements/ListView/ListViewRow.coffee
Inherits: CUI.Element

Overview

Direct Known Subclasses

CUI.DataTableNode CUI.ListViewHeaderRow CUI.ListViewTreeNode

Variables Summary

moveRow =
null

overwrite with a function for an alternative row move implementation signature: (listView, target_node, after) called in ListViewRowMoveTool

__selectableClass =
"cui-list-view-row-selectable"
__movableClass =
"cui-list-view-row-movable"
defaults =
{
  selected_class: "cui-selected"
}

Variable inherited from CUI.Element

uniqueId

Instance Method Summary

Inherited Method Summary

Methods inherited from CUI.Element

#getElementClass #getUniqueId #getOpts #getOpt #hasOpt #getSetOpt #hasSetOpt #initOpts #copy #mergeOpt #removeOpt #addOpt #addOpts #mergeOpts #__getCheckMap #readOpts #readOptsFromAttr #proxy #destroy #isDestroyed .getOptKeys

Instance Method Details

# (void) initOpts()

# (void) readOpts()

# (void) addColumn(column)

# (void) setColumn(idx, column)

# (void) prependColumn(column)

# (void) setSelectable(on_off)

# (void) isSelectable()

# (void) isMovable(ev)

# (void) removeColumns()

# (void) getColumns()

# (void) setRowIdx(row_i)

# (void) getDOMNodes()

# (void) getRowIdx()

# (void) scrollIntoView()

# (void) getDisplayRowIdx()

# (void) addedToListView(DOMNodes)

# (void) isAddedToListView()

# (void) setListView(listView)

# (void) getListView()

# (void) getClass()

used while node is rendered

# (void) setClass(__class)

use this before node is rendered

# (void) addClass(cls)

use this after node is rendered

# (void) removeClass(cls)

use this after node is rendered

# (void) select(ev)

# (void) deselect(ev)

# (void) isSelected()

# (void) remove()

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: