Cheat sheet that maps a wijmo object names to their OutSystems references. Useful for porting code examples from the wijmo site and running them against the OutSystems Wijmo libraries that are imbedded with the Advanced Data Grid.
Wijmo | OutSystems |
---|---|
CellRange | wijmo.grid.CellRange |
CollectionView | wijmo.collections.CollectionView |
ColumnGroup | wijmo.grid.ColumnGroup |
DataMap | wijmo.grid.DataMap |
FlexGrid | wijmo.grid.FlexGrid |
FlexGridFilter | wijmo.grid.filter.FlexGridFilter |
GroupPanel | wijmo.grid.grouppanel.GroupPanel |
ListBox | wijmo.input.ListBox |
Menu | wijmo.input.Menu |
PropertyGroupDescription | wijmo.collections.PropertyGroupDescription |
SortDescription | wijmo.collections.SortDescription |
Tooltip | wijmo.Tooltip |
UndoStack | wijmo.undo.UndoStack |