Class: CUI.DataTableNode
Defined in: | elements/DataTable/DataTableNode.coffee |
Inherits: | CUI.ListViewRow |
Overview
- coffeescript-ui - Coffeescript User Interface System (CUI)
- Copyright (c) 2013 - 2016 Programmfabrik GmbH
- MIT Licence
- https://github.com/programmfabrik/coffeescript-ui, http://www.coffeescript-ui.org
Variables Summary
Variable inherited from CUI.ListViewRow
moveRow __selectableClass __movableClass defaults uniqueId
Instance Method Summary
- # (void) initOpts()
- # (void) readOpts()
- # (void) remove()
- # (void) getDataTable()
- # (void) getFieldByIdx(idx)
- # (void) getDataRowIdx()
- # (void) getFieldsByName(name)
- # (void) getFields()
- # (void) getData()
- # (void) reload()
- # (void) addedToListView()
Inherited Method Summary
Methods inherited from
CUI.ListViewRow
#initOpts #readOpts #addColumn #setColumn #prependColumn #setSelectable #isSelectable #isMovable #removeColumns #getColumns #setRowIdx #getDOMNodes #getRowIdx #scrollIntoView #getDisplayRowIdx #addedToListView #isAddedToListView #setListView #getListView #getClass #setClass #addClass #removeClass #select #deselect #isSelected #remove #getElementClass #getUniqueId #getOpts #getOpt #hasOpt #getSetOpt #hasSetOpt #copy #mergeOpt #removeOpt #addOpt #addOpts #mergeOpts #__getCheckMap #readOptsFromAttr #proxy #destroy #isDestroyed .getOptKeys
Instance Method Details
#
(void)
initOpts()
#
(void)
readOpts()
#
(void)
remove()
#
(void)
getDataTable()
#
(void)
getFieldByIdx(idx)
#
(void)
getDataRowIdx()
#
(void)
getFieldsByName(name)
#
(void)
getFields()
#
(void)
getData()
#
(void)
reload()
#
(void)
addedToListView()