de 2019 00:03
*Para:* [email protected]
*Assunto:* FxApplicationThread usage with
I have a table where column values are bound to row objects' properties
like this
column.setCellValueFactory(ex -> ex.getValue().getSomeProperty());
Should I always call...
somePr
nome de
> Andrew Munn
> *Enviado:* terça-feira, 16 de abril de 2019 00:03
> *Para:* [email protected]
> *Assunto:* FxApplicationThread usage with
>
> I have a table where column values are bound to row objects' properties
> like this
>
>column.setCellVa
cationThread usage with
I have a table where column values are bound to row objects' properties
like this
column.setCellValueFactory(ex -> ex.getValue().getSomeProperty());
Should I always call...
someProperty.setValue(updatedValue);
...in the FxApplicationThread, or does binding i
I have a table where column values are bound to row objects' properties
like this
column.setCellValueFactory(ex -> ex.getValue().getSomeProperty());
Should I always call...
someProperty.setValue(updatedValue);
...in the FxApplicationThread, or does binding it to the TableColumn take
care