netopyr / reduxfx

Functional Reactive Programming (FRP) for JavaFX
Apache License 2.0
112 stars 11 forks source link

Create typed ListViewBuilder #18

Closed netopyr closed 7 years ago

netopyr commented 7 years ago

Currently the items in a ListViewBuilder can only be Objects. Would be nice if one can specify the class and use that information for the properties "items" and "cellFactory"