Page Loaded

Hi Guys,
Is there a page loaded listener method I can use? e.g. in an entity browser so when the entity browser is fully loaded I can get it to do something…

Hi,

you can override and use the following method in you entity browsers:

com.haulmont.cuba.gui.components.AbstractWindow#ready

It is called when the screen is fully initialized and opened.

Best regards,
Daniil.