[Review request] Adding pre-built cells and cell factories to JavaFX

Greg Brown greg.x.brown at oracle.com
Thu May 10 04:51:30 PDT 2012


> The question is whether the properties required to configure the
> factory instance can all be expressed in FXML

Pretty much any property can be expressed in FXML. The important part is that the factories should be configurable via properties rather than constructor or factory method arguments, since these are expressible in FXML whereas method arguments are not.

G



More information about the openjfx-dev mailing list