SMART datagrid v.1 > Classes

Back  Forward

DataLudi.TreeRow  class

TreeDataSetの一つのデータ行に繋がるTreeViewの行。 

この客体たちはTreeView内部で必要の時に生成されて削除される。 開発者が直接生成することはない。 

Base Classes
GroupRow > GridRow > DLBase
Constructor
function TreeRow (dataRow: TreeDataRow);
Properties
dataRow
hasChildren
iconIndex
Inherited Properties
GridRow.childIndex
GroupRow.children
GroupRow.collapsed
GroupRow.count
GridRow.dataIndex
GridRow.dataSource
GridRow.dataState
GroupRow.descendantCount
GroupRow.expanded
GroupRow.first
GroupRow.firstLeaf
GroupRow.footer
GridRow.index
GroupRow.last
GroupRow.lastLeaf
GridRow.leaf
GridRow.level
GridRow.merged
GridRow.next
GridRow.parent
GridRow.parentIndex
GridRow.prev
GridRow.rowState
GridRow.visible
Inherited Methods
DLBase.assign
GridRow.ctor
GroupRow.ctor
GridRow.getAncestor
GridRow.getAncestors
GroupRow.getAvg
GroupRow.getChild
GroupRow.getDescendants
GroupRow.getLeaves
GroupRow.getMax
GroupRow.getMin
GroupRow.getNumber
DLBase.getProperties
DLBase.getProperty
GridRow.getRowData
GridRow.getRowObject
GridRow.getSiblings
GroupRow.getStdev
GroupRow.getSum
GridRow.getUncles
GridRow.getValue
GroupRow.getVar
GroupRow.indexOf
GroupRow.isDescendant
GridRow.isDescendantOf
GridRow.makeVisible
DLBase.setProperties
DLBase.setProperty
GridRow.setValue
DLBase.toggle
GroupRow.visit
GroupRow.visitAll

 

See Also
TreeView
TreeDataSet
TreeDataRow
ツリー概要
Examples
Hello Tree