edvin
02/03/2018, 8:36 PMedvin
02/03/2018, 8:37 PMamanda.hinchman-dominguez
02/03/2018, 8:37 PM::isInitialized
edvin
02/03/2018, 8:38 PMcontains
in an arbitrary class, with an arbitrary parameter does not mean anything special to the compiler 🙂amanda.hinchman-dominguez
02/03/2018, 8:39 PMhashMap = HashMap<String, moduleBuilder?>
but I guess the compiler can't recognize that beforehand eitheredvin
02/03/2018, 8:39 PMedvin
02/03/2018, 8:41 PMinFlightTileProperties
unless there is a value in the hashmap for that property. I don't know if it's important in your use case though.edvin
02/03/2018, 8:41 PMamanda.hinchman-dominguez
02/03/2018, 8:41 PMamanda.hinchman-dominguez
02/03/2018, 8:42 PMamanda.hinchman-dominguez
02/03/2018, 8:42 PMedvin
02/03/2018, 8:42 PMedvin
02/03/2018, 8:54 PMedvin
02/03/2018, 9:07 PMbkenn
02/04/2018, 12:22 AMCarlton Whitehead
02/04/2018, 12:50 AMstripNonInteger()
?Carlton Whitehead
02/04/2018, 12:51 AMtextProperty
of the view?amanda.hinchman-dominguez
02/04/2018, 3:06 AMbkenn
02/04/2018, 3:13 AMedvin
02/04/2018, 4:25 PMedvin
02/04/2018, 4:27 PMstripNonInteger
. The solution I posted will not allow the change unless it matches the predicate.edvin
02/04/2018, 4:28 PMedvin
02/04/2018, 4:30 PMreadonlyColumn
builder for TableView. The problem was that the column
builder for binding against val's that were not JavaFX properties (for example fields in data classes) would shadow the column
builder for observable properties, making it impossible to supply an op parameter to those. The only workaround I could find was to rename the column
builder that targets immutable values to readonlyColumn
. This will break for many I believe, especially you @thomasnield. Can anybody think of a better way to deal with this? I should have detected this when we introduced the column builder for immutable properties, but unfortunately this slipped through.amanda.hinchman-dominguez
02/04/2018, 4:57 PMItemViewModels
to forms - can you bind JsonModels
to Forms as easily? I tried earlier but was unsuccessful.amanda.hinchman-dominguez
02/04/2018, 4:57 PMamanda.hinchman-dominguez
02/04/2018, 4:58 PMedvin
02/04/2018, 4:58 PMupdateModel
and toJSON
etc). It has no no idea if you add properties that can be bound to the class etc.