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