Bug Fixes
- throw proper exception when executeScript fails. (bc926e7)
Version 1.12.0
no longer includes BBjWidget as a dependency. By default, BBj includes the most recent version of BBjWidget.
GxColumnsManager::getColumn
and GxColumnsManager::hasColumn
don't check groups (3faa041), closes #241restore GxColumn.DefaultStringsMask
, GxColumn.DefaultNumbersMask
, GxColumn.DefaultDatesMask
, GxColumn.DefaultTimesMask
and GxColumn.DefaultTimestamps
for backwards compatibility
restore GxColumn.setColumnMask
method for backwards compatibility.
getSuppressWebDebouncing()
. (1350a60)GxExecutor
does not check if the grid is destroyed before executing code. (9b33eab)BBjGridExWidget.suppressBuiDebouncing
to BBjGridExWidget.suppressWebDebouncing
. (0252c22)add BBjGridExWidget:preferAsyncExecution
. (ea432eb). When enabled then the executor will try to executes the JavaScript in the
BBjHtmlView and returns immediately without waiting for a return value
from the client. Enabling this option might boost the performance of the grid.
By default this option is turned off
add GxColumn::setMask
method. (294a513)
BBjGridExWidget.suppressBuiDebouncing
is deprecated.
Use BBjGridExWidget.suppressWebDebouncing
insteadDefaultStringsMask
, DefaultNumbersMask
, DefaultDatesMask
,DefaultTimesMask
and DefaultTimestamps
are deprecated use Mask
instated.setColumnMask
is deprecated use setMask
instead.