Property | Defined By | ||
---|---|---|---|
row : DataRow DataRow that is used for data extraction. | StiDataRow |
Property | Defined By | ||
---|---|---|---|
dictionary : StiDictionary [read-only] | StiDataRow |
Method | Defined By | ||
---|---|---|---|
StiDataRow | |||
getParentData(relation:String):StiDataRow Returns StiDataRow by name of the parent relation. | StiDataRow | ||
getValue(column:*):*
Get StiDataRow value by column identificator
| StiDataRow |
dictionary | property |
dictionary:StiDictionary
[read-only] protected function get dictionary():StiDictionary
row | property |
row:DataRow
DataRow that is used for data extraction.
public function get row():DataRow
public function set row(value:DataRow):void
StiDataRow | () | Constructor |
public function StiDataRow(dataSource:StiDataSource, dataRow:DataRow)
dataSource:StiDataSource | |
dataRow:DataRow |
getParentData | () | method |
public function getParentData(relation:String):StiDataRow
Returns StiDataRow by name of the parent relation.
Parameters
relation:String |
StiDataRow |
getValue | () | method |
public function getValue(column:*):*
Get StiDataRow value by column identificator
Parameters
column:* — The column indetificator, one of three types:Column index: intColumn name: StringColumn: DataColumn
|
* |