SMART datagrid v1.4 > Classes

Back  Forward

DataLudi.CellIndex  class

데이터셀의 위치. 

SMART datagrid의 모든 데이터셀의 위치는 그리드행컬럼의 두 값으로 결정된다. 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
포커스 셀