SMART datagrid v.1 > Classes

Back  Forward

DataLudi.CellIndex  class

データセルの位置。 

SMART datagrid Gridのすべてのデータセルの位置はグリッド行カラムで決められる。 CellIndex客体はその位置情報を含めて、 グリッドでフォーカスを持つセルの位置は focusedIndexプロパティーで知ることが、そして設定することもできる。 

CellIndex客体はrowIndex, columnインスタンス変数を持つ。 

Base Classes
DLBase
Constructor
function CellIndex (rowIndex: Integer, column: GridColumn);
Variables
column
rowIndex
Properties
dataColumn
dataField
grid
group
isDataCell
isFirstColumn
isLastColumn
valueColumn
Methods
columnIs
getDataIndex
getRow
getValue
normalize
set
Inherited Methods
DLBase.assign
DLBase.getProperties
DLBase.getProperty
DLBase.setProperties
DLBase.setProperty
DLBase.toggle

 

See Also
GridRow
GridColumn
focusedIndex
Examples
フォーカスセル