On Mon, 11 Mar 2024 13:37:54 GMT, Hannes Wallnöfer <hann...@openjdk.org> wrote:

> Please review a change to improve the user experience and implementation for 
> the checkbox-based interface to selectively display content on API summary 
> pages:
> 
>  - Add a checkbox to toggle (select/unselect) all checkboxes in the page.
>  - Remove the `Table.setAlwaysShowDefaultTab(boolean)` setter as it is 
> redundant and can be replaced by `!renderTabs`.
>  - Consolidate the code to generate checkboxes into a new protected 
> `SummaryListWriter.getCheckbox` method.

This pull request has now been integrated.

Changeset: 03532450
Author:    Hannes Wallnöfer <hann...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/035324503f5e04b53d99573a664fd1367b7ccf30
Stats:     142 lines in 9 files changed: 55 ins; 52 del; 35 mod

8325874: Improve checkbox-based interface in summary pages

Reviewed-by: prappo

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

PR: https://git.openjdk.org/jdk/pull/18194

Reply via email to