I want to send some text value to my custom popup window when it pops up from main application which is having some text input and also I want to know how to retrieve data(of text input) which entered by a user in popup window. Any help is appreciated.
Share
You can access popUp data using setter as example shows. Or make a popUp component as a global in your main application so you can refer component properties globally.