Class | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BBjGridExWidget | The Grid Core Class.This class works as a columns manager and api provider. It contains a big number of methods and properties to configure the column from A..Z. Every property and method has one or more tag attached. The following is the meaning for each tag :
| ||||||||||
GxClientJsonFactory | The class will create client models from JSON | ||||||||||
GxClientJsonFactory | The class will create client models from JSON | ||||||||||
GxExecutor | The GxExecutor is responsible of Javascript code execution in the HTMLView. It will also tries to debounce the scripts which are enqueued for execution and send them in patches at specific rate. | ||||||||||
GxLanguageManager | GxLanguageManager.bbj The language manager will add, remove language files to the grid. The grid will query the language manager in every render to get the translation keys. Note Changing the language in the language manager will not automatically trigger a grid re-render. | ||||||||||
GxLogger | A logger class which is used internally to output log , warn , error messages to the console and to the debug.log file | ||||||||||
GxState | The Grid state object |