SMART datagrid v1.4 > Classes

Back  Forward

DataLudi.EditRow  class

행 수정이나 추가 시 임시로 생성되는 그리드행. 편집이 완료되면 제거된다. 

다른 그리드행들과 마찬가지로 그리드 내부에서 생성되고 사라지므로, 이 클래스 객체를 직접 생성할 일은 없다. 

Base Classes
DataRow > GridRow > DLBase
Constructor
function EditRow (provider: ItemProvider, target: GridRow, index: Integer, dataRow: Integer, state: GridRowState);
Properties
values
Inherited Properties
GridRow.childIndex
GridRow.dataIndex
GridRow.dataSource
GridRow.dataState
GridRow.index
GridRow.leaf
GridRow.level
GridRow.merged
GridRow.next
GridRow.parent
GridRow.parentIndex
GridRow.prev
GridRow.rowState
GridRow.visible
Inherited Methods
DLBase.assign
DataRow.ctor
GridRow.ctor
GridRow.getAncestor
GridRow.getAncestors
DLBase.getProperties
DLBase.getProperty
GridRow.getRowData
GridRow.getRowObject
GridRow.getSiblings
GridRow.getUncles
GridRow.getValue
GridRow.isDescendantOf
GridRow.makeVisible
DLBase.setProperties
DLBase.setProperty
GridRow.setValue
DLBase.toggle

 

See Also
DataRow
GroupRow