| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.data.SchemaItem
Field Summary | |
| isCalculated: Boolean | |
| Is this a calculated field | |
| key: Boolean | |
| Is this a key field | |
| name: String | |
| The name of a property or field | |
| readOnly: Boolean | |
| Is this a readonly field | |
| tablename: String | |
| The tablename this property belongs to | |
| type: String | |
| The type of property, one of string,boolean,number,date | |
Constructor | |
| public | SchemaItem ( name: String, type: String, isCalculated: Boolean) |
| Constructor | |
| var isCalculated: Boolean |
| Is this a calculated field |
| var key: Boolean |
| Is this a key field |
| var name: String |
| The name of a property or field |
| var readOnly: Boolean |
| Is this a readonly field |
| var tablename: String |
| The tablename this property belongs to |
| var type: String |
| The type of property, one of string,boolean,number,date |
|
| Constructor | |||||||||
|