SMART datagrid v.1 > 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