Twitter Logo Follow us on Twitter
Project Information About this project

RAP 3.13 M2 - New and Noteworthy

Here's a list of the most noteworthy things in the RAP 3.13 M2 milestone build which is available for download since May 08, 2020.

Support for Nebula Grid cell selection

In this milestone we added the posibility to select one or more cells in Nebula Grid.

Grid cell selection

Grid cell selection

The selection can be made with keyboard, mouse or programmatically with the following API:

  • setCellSelectionEnabled(boolean)
  • getCellSelectionEnabled()
  • selectCell(Point)
  • selectCells(Point[])
  • selectAllCells()
  • deselectCell(Point)
  • deselectCells(Point[])
  • deselectAllCells()
  • getCellSelectionCount()
  • setCellSelection(Point)
  • setCellSelection(Point[])
  • getCellSelection()
  • setFocusColumn(GridColumn)
  • getFocusColumn()
  • getFocusCell()
  • isCellSelected(Point)
  • selectColumn(int)
  • selectColumnGroup(int)
  • selectColumnGroup(GridColumnGroup)
  • getCell(Point)

Bugfixes

This list shows all bugs that have been fixed for this milestone build.

Previous Builds

The above features are just the ones that are new since the last milestone build. Summaries for earlier builds: