Class Index | File Index

Classes


Class Rico.TableColumnBase

Define methods that are common to columns in both SimpleGrid and LiveGrid
Defined in: <ricoGridCommon.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
baseInit(liveGrid, colIdx, hdrInfo, tabIdx)
Common code used to initialize the column in both SimpleGrid & LiveGrid
 
 
cell(r)
 
 
clearCell(rowIndex)
 
 
 
 
get the display name of a column
 
getFormattedValue(r, xImg, xForm, xClass)
 
 
 
 
 
 
hideshow(visible, noresize)
 
 
 
 
 
 
 
 
Class Detail
Rico.TableColumnBase()
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()

Documentation generated by JsDoc Toolkit 2.1.0 on Fri Mar 27 2009 23:48:25 GMT-0500 (CDT)