如何添加自定义伪类,影响 TableView 中的整行?

How to add custom pseudoclass, affecting entire row in TableView?

我已将自定义伪class 添加到我自己的 class 单元格中,然后在 CSS 中用黄色背景装饰。不幸的是,这只影响细胞:

是否可以用伪class标记整行?

请注意标签

问题与 JavascriptHTML 无关。它与 JavaFX 的桌面编程库相关,后者也在使用 CSS.

一旦我创建非自定义 TableCell, but custom TableRow. It is explicitly said in Javadoc,我就能够使整行样式化,即这个 class 有 CSS class 个 table-row-cell,最初让我感到困惑。意思是"cell, representing an entire row of a table".

因此,通过向此 class 提供伪classes,我能够正确地为整行着色。