PredefinedConfig
Deprecated initial state object (now replaced by InitialState)
export interfaceProperties
| Property | Description |
|---|---|
| Alert | Collection of AlertDefinitions which will fire Alerts when the rule is met |
| Application | Empty state section (only populated at Design Time) available for User to store their own data with the rest of AdapTable state. |
| CalculatedColumn | Collection of CalculatedColumn objects that will display a value based on other cells in the row (using a Calculated Column Expression) |
| Charting | Named Charts (wrapping Chart models) |
| CustomSort | Collection of Custom Sort objects to allow some columns to be sorted in non-standard (e.g. non alphabetical) ways |
| Dashboard | Large series of properties to give users full control over the look and feel of the Dashboard - the section (typically above the grid) with toolbars and buttons |
| Export | Collection of Report objects, together with name of the Current Report, as part of AdapTable export Module |
| FlashingCell | * Objects which define which cells flash in response to data changes |
| FormatColumn | Collection of FormatColumn objects that will style an entire column either fully or using a Condition |
| FreeTextColumn | Collection of FreeText objects so users can make their own notes in bespoke columns that will get stored with their state (and not with the DataSource). Useful if needing a 'Comments' column. |
| Layout | Collection of Layouts to name (and manage) sets of column visibility, order, grouping, sorts, aggregations, filters etc. |
| NamedQuery | Named Queries available for use across multiple AdapTable Modules |
| Note | Collection of personal Notes that are edited at Cell level |
| PlusMinus | Collection of PlusMinus rule objects to stipulate what happens when the user clicks '+' or '-' in a numeric cell |
| QuickSearch | Configues how Quick Search will run i.e. how and whether to highlight matching cells and to filter out non-matching rows |
| Schedule | Collection of Schedule objects |
| Shortcut | Collection of Shortcut objects to aid data entry and prevent 'fat finger' issues |
| StatusBar | Configures the Adaptable Status Bar |
| StyledColumn | Collection of Special Column Styles |
| Theme | Specifies the current Theme and lists the User and System themes available for selection. |
| ToolPanel | Sets the order and visibility of the Tool Panel controls in the AdapTable ToolPanel (on right of grid) |
| UserInterface | Controls AdapTable UI including visibility of AdapTable components |
Property Details
Alert
Collection of AlertDefinitions which will fire Alerts when the rule is met
Alert?: AlertState;Property Value
Application
Empty state section (only populated at Design Time) available for User to store their own data with the rest of AdapTable state.
Application?: ApplicationState;Property Value
CalculatedColumn
Collection of CalculatedColumn objects that will display a value based on other cells in the row (using a Calculated Column Expression)
CalculatedColumn?: CalculatedColumnState;Property Value
Charting
Named Charts (wrapping Chart models)
Charting?: ChartingState;Property Value
CustomSort
Collection of Custom Sort objects to allow some columns to be sorted in non-standard (e.g. non alphabetical) ways
CustomSort?: CustomSortState;Property Value
Dashboard
Large series of properties to give users full control over the look and feel of the Dashboard - the section (typically above the grid) with toolbars and buttons
Dashboard?: DashboardState;Property Value
Export
Collection of Report objects, together with name of the Current Report, as part of AdapTable export Module
Export?: ExportState;Property Value
FlashingCell
- Objects which define which cells flash in response to data changes
FlashingCell?: FlashingCellState;Property Value
FormatColumn
Collection of FormatColumn objects that will style an entire column either fully or using a Condition
FormatColumn?: FormatColumnState;Property Value
FreeTextColumn
Collection of FreeText objects so users can make their own notes in bespoke columns that will get stored with their state (and not with the DataSource). Useful if needing a 'Comments' column.
FreeTextColumn?: FreeTextColumnState;Property Value
Layout
Collection of Layouts to name (and manage) sets of column visibility, order, grouping, sorts, aggregations, filters etc.
Layout: LayoutState;Property Value
NamedQuery
Named Queries available for use across multiple AdapTable Modules
NamedQuery?: NamedQueryState;Property Value
Note
Collection of personal Notes that are edited at Cell level
Note?: NoteState;Property Value
PlusMinus
Collection of PlusMinus rule objects to stipulate what happens when the user clicks '+' or '-' in a numeric cell
PlusMinus?: PlusMinusState;Property Value
QuickSearch
Configues how Quick Search will run i.e. how and whether to highlight matching cells and to filter out non-matching rows
QuickSearch?: QuickSearchState;Property Value
Schedule
Collection of Schedule objects
Schedule?: ScheduleState;Property Value
Shortcut
Collection of Shortcut objects to aid data entry and prevent 'fat finger' issues
Shortcut?: ShortcutState;Property Value
StatusBar
Configures the Adaptable Status Bar
StatusBar?: StatusBarState;Property Value
StyledColumn
Collection of Special Column Styles
StyledColumn?: StyledColumnState;Property Value
Theme
Specifies the current Theme and lists the User and System themes available for selection.
Theme?: ThemeState;Property Value
ToolPanel
Sets the order and visibility of the Tool Panel controls in the AdapTable ToolPanel (on right of grid)
ToolPanel?: ToolPanelState;Property Value
UserInterface
Controls AdapTable UI including visibility of AdapTable components
UserInterface?: UserInterfaceState;