Class Rico.TableColumnBase
Define methods that are common to columns in both SimpleGrid and LiveGrid
Defined in: <ricoGridCommon.js>.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
|
baseInit(liveGrid, colIdx, hdrInfo, tabIdx)
Common code used to initialize the column in both SimpleGrid & LiveGrid
|
|
|
cell(r)
|
|
|
chooseColumn(e)
|
|
|
clearCell(rowIndex)
|
|
|
getDisplayName(el)
get the display name of a column
|
|
|
getFormattedValue(r, xImg, xForm, xClass)
|
|
|
hideshow(visible, noresize)
|
|
|
numRows()
|
|
|
setColWidth(wi)
|
|
|
setDisplay(d)
|
|
|
setImage()
|
|
Method Detail
baseInit(liveGrid, colIdx, hdrInfo, tabIdx)
Common code used to initialize the column in both SimpleGrid & LiveGrid
- Parameters:
- liveGrid
- colIdx
- hdrInfo
- tabIdx
canHideShow()
cell(r)
- Parameters:
- r
chooseColumn(e)
- Parameters:
- e
clearCell(rowIndex)
- Parameters:
- rowIndex
clearColumn()
colClassName()
dataTable()
getDisplayName(el)
get the display name of a column
- Parameters:
- el
getFormattedValue(r, xImg, xForm, xClass)
- Parameters:
- r
- xImg
- xForm
- xClass
handleMouseDown(e)
- Parameters:
- e
handleMouseMove(e)
- Parameters:
- e
handleMouseOut(e)
- Parameters:
- e
handleMouseUp(e)
- Parameters:
- e
hideColumn()
hideshow(visible, noresize)
- Parameters:
- visible
- noresize
insertResizer()
numRows()
pluginMouseEvents()
setColWidth(wi)
- Parameters:
- wi
setDisplay(d)
- Parameters:
- d
setImage()
showColumn()
unplugMouseEvents()