What is new on BRIM UI IDE Version 14
- The new changes on XML
- The "listDatasource" attribute is renamed to "datasource" in Grid component.
- The "icon" attribute is added to Mainframe.
- The "heightPolicy" attribute is added to panel's xyCell, borderCell and tableRowCell but not cells under dialog nor mainframe.
- The "name" attribute of "accordionPanel" is maked to required.
- The "expandIconPosition", "heightAllocationPolicy" and "resizable" attributes added to accordionPanel.
- The "order" attribute of accordion is maked to required
- The "tabIndex" attribute removed from grid components
- The "multiTab" attribute added to editor component
- The "selected" tree event renamed to "selectionChanged"
- The "leftClick" event added to tree
- The "docking" attribute of borderCell maked to required
- The "rowHeightPolicy" attribute added to grid
- The "selected" event of grid renamed to "selectionChanged"
- The "backgroundColor" attribute added to grid column
- The "tabPlacement" attribute added to tabbedPanel
- The "collapsed" and "expanded" events added to accordionPanel
- The "preferredWidthPolicy", "preferredHeightPolicy" attributes added to panel
- All "domain" attribute types changed to BDF_DomainName
- Old navigation trees are divided into parts according to their functionalities in BRIM-UI side and BRIM-Objects side. Each tree takes place in different accordions and users can expand/collapse/resize that accordions. Following part simulates new structure in BRIM-UI side:
- Datasources
- Cantainers
- Windows
- All Panels
- Panels not in Windows
- Unused Panels
- Actions
- Miscellaneous
- Alerts
- Button Groups
- External Methods
- Menus
- Record Lists
Following part simulates new structure in BRIM-Objects side:
- New Application LOV is added.
- In Datasource tree, new childs are added for datasources; "Depends On" and "Dependent Objects". These new children are hierarchical.
- Depends On; Lists the objects that the datasource need to exist
- Dependent Objects; Lists the objects which uses the datasource
- Validate button on XMLEditor component start to make validations on database also. It validates first the XML and XSD and if there is no exceptions, it starts
validating provided values on database
- There were two error lists in application. Of them is removed, only the error list in XMLEditor companent remains. This error list can be resized by the user or it will expand
automatacally according to error number in the list