Hi Kiran,
Can you explain me litter more about this.I am getting one
panel from another class and adding to the window. Here is my code.
EditRequestPrint
editRequestPrint=new EditRequestPrint();
Panel p=editRequestPrint.getSongPanel
(licenseRequestVO); //getting SongPanel
p.setAutoScroll(true);
licenseDetaisPrintWindow.add(p);
licenseDetaisPrintWindow.show();
I added printImage to the SongPanel
printImage.addClickListener(new ClickListener(){
public void onClick(Widget sender) {
Window.alert("EditRequestPrint print .....");
-----------------
}
});
Please let me know what statement can I place in dotted lines.
Regards,
Rajasekhar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---