SMART datagrid v.1 > Classes
DataLudi.DataField class
DataSet is similar to the table of RDBMS which consists of one or more columns and rows. In order to store the data in DataSet, you should organize the data fields which have accurate data type by calling DataSet.setFields. DataField object provides the setting information about one field of DataSet and the method which can input and output values according to Data Type.
- Base Classes
- EventAware > DLBase
- Inherited Classes
- DerivedField
- Constructor
- function DataField (fieldName: String, dataType: ValueType, length: Integer);
- Properties
- amText
- baseYear
- booleanFormat
- compareCallback
- dataType
- datetimeFormat
- defaultValue
- emptyValue
- fieldName
- header
- index
- keyCallback
- keyPath
- length
- maximum
- minimum
- nanValue
- pmText
- updatable
- Methods
- equalValues
- sameValues
- Inherited Methods
- EventAware.addListener
- DLBase.assign
- DLBase.getProperties
- DLBase.getProperty
- EventAware.removeListener
- DLBase.setProperties
- DLBase.setProperty
- DLBase.toggle
- See Also
- DataSet
- Examples
- Boolean Value
- Number Value
- Datetime Value
- Object Field
- Derived Fields