On Fri, 15 May 2026 22:03:24 GMT, Andy Goryachev <[email protected]> wrote:
> This looks like a great idea! We have event system, and we should use it for > this purpose as it allows to > > * inform interested parties about changes > * allow the interested parties to veto a particular action > > So I guess this is also possible with the existing APIs, perhaps we should > consider making it a built-in functionality? This would get a +1 from me. This is very useful. I used that often for e.g. saving. So I have 20 columns with different `setOnEditCommit` handlers (usually calling a setter, but could be more complex) and one on the table with the `ExtendedTable.commitEvent()`, where I just get the item and save it. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1935#issuecomment-4464392391
