active_grid_grid_builder library

Classes

ActiveGrid
A Base Widget needed to add general ActiveGrid functionality to a Flutter App
ActiveGridAuthenticationOptions
Model for authentication options
ActiveGridAuthenticator
Class for handling authentication related methods for ActiveGrid
ActiveGridClient
Api Client to communicate with the ActiveGrid Backend
ActiveGridGridBuilder
Builder for building Widgets that use Grid as the Data Source
ActiveGridGridBuilderState
State of a ActiveGridGridBuilder Widget
ActiveGridOptions
Configuration options for ActiveGrid
BooleanDataEntity
DataEntity representing boolean Objects
BooleanFormComponent
Model for a FormComponent representing BooleanDataEntity
ContentType
ContentType Used in ActiveGrid Requests These are normally part of dart:io which would limit the functionality for the web
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
HttpHeaders
HttpHeaders Used in ActiveGrid Requests These are normally part of dart:io which would limit the functionality for the web
IAuthenticator
Interface to provide common functionality for authorization operations
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

ActiveGridEnvironment
Possible Stages/Environment ActiveGrid can point to
DataType
The Data Types that are available in Active Grid

Functions

dataTypeFromSchemaProperty({required dynamic schemaProperty}) DataType
Returns DataType that matching a certain schema schemaProperty
enableWebAuth() Future<void>
Enable Authentication on the Web This is using a conditional import to listen for Authentication on the Web