TableView enhancements for JavaFX 2.2

Jonathan Giles jonathan.giles at oracle.com
Wed Mar 7 13:58:49 PST 2012


This is true. Unfortunately, as far as I know, this is all pending 
development on the CSS engine to support these kind of pseudo classes. 
It is the same with Toms suggestion earlier of CSS like the following:

.table-cell[userdata~="error"] {
  -fx-background-color: red;
}

The question is what should we add now (that is, how badly is the lack 
of it hurting people) versus what we should hold back on to do 
properly. I'm all for doing less feature work in JavaFX 2.2 :-)

-- Jonathan

On Thursday, 8 March 2012 10:54:32 a.m., Pedro Duque Vieira wrote:
> Hi,
>
> What about using css3 nth-child(N) pseudo class. That would be more css
> "friendly".
>
> Just my 2 cents,
>


More information about the openjfx-dev mailing list