Class: CUI.ListViewColumn
Defined in: | elements/ListView/ListViewColumn.coffee |
Inherits: | CUI.Element |
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
Direct Known Subclasses
CUI.ListViewColumnEmpty CUI.ListViewHeaderColumn CUI.ListViewColumnRowMoveHandle
Variables Summary
Variable inherited from CUI.Element
Instance Method Summary
- # (void) readOpts()
- # (void) initOpts()
- # (void) setRow(listViewRow)
- # (void) getRow()
- # (void) setColumnIdx(col_i)
- # (void) getColumnIdx()
- # (void) render()
- # (void) getAttrs()
- # (void) setElement(__element) called by ListView after class rendering
- # (void) getElement()
- # (void) getClass()
- # (void) addClass(cls)
- # (void) removeClass(cls)
- # (void) setColspan(colspan) Bound
- # (void) getColspan() Bound
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)
readOpts()
#
(void)
initOpts()
#
(void)
setRow(listViewRow)
#
(void)
getRow()
#
(void)
setColumnIdx(col_i)
#
(void)
getColumnIdx()
#
(void)
render()
#
(void)
getAttrs()
#
(void)
setElement(__element)
called by ListView after class rendering
#
(void)
getElement()
#
(void)
getClass()
#
(void)
addClass(cls)
#
(void)
removeClass(cls)
#
(void)
setColspan(colspan)
Bound
#
(void)
getColspan()
Bound