active_grid_model library

Classes

BooleanDataEntity
DataEntity representing boolean Objects
BooleanFormComponent
Model for a FormComponent representing BooleanDataEntity
DataEntity<T, S>
Model representing a DataEntry from ActiveGrid
DateDataEntity
DataEntity representing a Date Internally this is using DateTime ignoring the Time Part
DateFormComponent
Model for a FormComponent representing DateDataEntity
DateTimeDataEntity
DataEntity representing DateTime Objects
DateTimeFormComponent
Model for a FormComponent representing DateTimeDataEntity
EnumDataEntity
DataEntity representing an enum like Object
EnumFormComponent
Model for a FormComponent representing EnumDataEntity
FormAction
Model for a Action inside a Form
FormComponent<T extends DataEntity>
Data Object that represents a entry in a Form
FormComponentOptions
Abstract class for additional options for a FormComponent
FormData
Model for FormData
Grid
Model for GridData
GridEntry
Model for a Cell Entry in a Grid
GridField
Model representing a Field in a Grid
GridRow
Model for a Row in a Grid
IntegerDataEntity
DataEntity representing int Objects
IntegerFormComponent
Model for a FormComponent representing IntegerDataEntity
StringDataEntity
DataEntity representing String Objects
StringFormComponent
Model for a FormComponent representing StringDataEntity
TextComponentOptions
FormComponentOptions for Text Based Components

Enums

DataType
The Data Types that are available in Active Grid

Functions

dataTypeFromSchemaProperty({required dynamic schemaProperty}) DataType
Returns DataType that matching a certain schema schemaProperty