RFR: 8307960: Create Table Column PopupMenu lazily

Kevin Rushforth kcr at openjdk.org
Thu May 11 20:54:43 UTC 2023


On Thu, 11 May 2023 19:39:36 GMT, Marius Hanl <mhanl at openjdk.org> wrote:

> This PR changes the `columnPopupMenu`, so that it is created lazily.
> 
> The problem here is, that the `columnPopupMenu` is always initialized and updated via bindings, even if the table menu button is never shown (`setTableMenuButtonVisible(false)`) or the user never clicked on it.
> This problem can be solved by creating the `columnPopupMenu` and related bindings when it should be shown the first time.
> 
> I also added many tests to ensure that everything still works (there are no tests for that area as of now).
> 
> Side note: There are a bunch of tickets with the wish to customize the Popup shown by the table menu button or show it programmatically. This ticket will prepare this, as now all Popup related code is on one place and in the future we can think of implementing a way to override this behaviour in a way that the Popup and all related bindings are never created and therefore do not decrease performance.

Reviewer: @andy-goryachev-oracle

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1133#issuecomment-1544662572


More information about the openjfx-dev mailing list