| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.data.DataItem
Constructor | |
| public | DataItem ( host: Object) |
| Create a new DataItem instance | |
Method Summary | |
| public | getValue ( property: String ): Object |
| Internal routines that extract the data from the dataItem | |
| public | setSchema ( schema: Object ) |
| Adds property getter/setters for the source properties so that we can monitor access to the data properties | |
| public | setValue ( property: String, value: Object ): Void |
| Internal routine that forwards all request on to the host | |
|
| Create a new DataItem instance | |||
|
|
| Internal routines that extract the data from the dataItem | |||
|
|
| Adds property getter/setters for the source properties so that we can monitor access to the data properties |
|
| Internal routine that forwards all request on to the host | ||||||
|