I have two combo boxes in two different classes. My requirement is that if I change the data in one class that data should be displayed in other class. Are there any listeners or some other way? Can u help me?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use Object of the second class and then access textfield of that class set the value
Sample