I need to react on the event when one specific AbstractComponent is shown in browser. But it seems that this event isn’t supported - I cannot find a possibility to register such a listener for this event.
As far as I know, JavaScript supports onshow events. How can I take advantage of this with Vaadin?
But there seem to be workarounds in order to “simulate” this capability. For instance, there exists this jQuery plugin:
jquery.appear
What do you think about it? Could Vaadin provide this feature in any form in future? In my opinion, it is a must have for UI frameworks. It is understood that you can listen for such events on UI components in Java Swing or JavaFX, for example.