jmix-projects / jmix-ui

DEPRECATED. Use https://github.com/jmix-framework/jmix
https://www.jmix.io
3 stars 7 forks source link

UI components DetachEvent isn't fired on screen close #697

Closed glebfox closed 3 years ago

glebfox commented 3 years ago

For QA:

There is no addDetachListener in component interfaces, you'll need to cast a component to its implementation, e.g. ((ButtonImpl) btn).addDetachListener(...)