StringDataField
This field class handles field of type String.
class Person extends Model {
static get fields() {
return [
{ name : 'name', type : 'string' }
];
}
}
When a field is declared as a 'string', non-null values are promoted to String type. This is seldom required, but
can be useful if a field value is received as a number but should be treated as a string.
Configs
18
Configs
18nullValue: String
The value to replace null when the field is not nullable.
alwaysWriteDataField
bypassEqualityOnSyncDatasetDataField
calculateDataField
columnDataField
compareDataField
complexMappingDataField
dataSourceDataField
defaultValueDataField
descriptionDataField
formulaProvidersDataField
internalDataField
labelDataField
nameDataField
nullableDataField
nullTextDataField
persistDataField
readOnlyDataField
Properties
7
Properties
7Class hierarchy
Identifies an object as an instance of StringDataField class, or subclass thereof.
Identifies an object as an instance of StringDataField class, or subclass thereof.
isDataFieldDataField
Functions
19
Functions
19Configuration
Events
detachListenersBase