how to get the list box value in gwt

2009-01-07 Thread rajasekhar
Hi All, How to get the selected list box value.I have to display field is username and value is email. when username is selected I need to get value as email id . Please help me on this regard. Regards, Rajasekhar --~--~-~--~~~---~--~~ You

Re: how to print the Window

2008-12-30 Thread rajasekhar
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 Google-Web-Toolkit@googlegroups.com

how to hide / show a panel by clicking on a button

2008-12-29 Thread rajasekhar
Hi All, how to hide /show a panel by clicking on a button.If panel is hidden by clicking on button it should be visible.If panel is visible after clicking on button it should hide(there is only one button in this case).Please let me know how to do this. Regards, Rajasekhar

how to implement history back

2008-12-26 Thread rajasekhar
Hi All, Please let me know how to implement history back in gwt when I click on cancel button. ( like jsp A href=javascript:window.history.back();Previous Page / A ). Regards, Rajasekhar --~--~-~--~~~---~--~~ You received this message because you

how to minimize the panel

2008-12-26 Thread rajasekhar
Hi All, I have a panel with collapsible(true).In some places I need to minimize panel .Please let me know how to do this. Regards, Rajasekhar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Centerpanel doesnt show widgets

2008-12-15 Thread rajasekhar
Hi, After widgets to the centerPanel you need to call centerPanel.doLayout() function. Regards, Rajasekhar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

how to implement history mechanism for tree structure

2008-12-14 Thread rajasekhar
with history mechanism also(back,forward buttons).Give me any help on this regard. Thanks 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

Re: how to implement history mechanism for tree structure

2008-12-14 Thread rajasekhar
clicking back button the call will not go to the server.Please can you exaplain me with small example. Regards, Rajasekhar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

Re: how to refresh panel

2008-12-08 Thread rajasekhar
Hi Preeth, Thank you so much Preeth it is working now.I passed borderlayout panel and centerpanel to the leftside class,centerpanel is cleared and added new panel to borderlayout panel. (borderlayout ) called parent.doLayout() statement. Regards, Rajasekhar

how to display one by one panel in borderlayout panel

2008-12-08 Thread rajasekhar
is displaying at a time.Please help me on this regard. Thanks 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 Google-Web-Toolkit

Re: how to display one by one panel in borderlayout panel

2008-12-08 Thread rajasekhar
Hi Adam, Thank you for reply.I getting confused with onAttach function ,let me know this function belogs to which class.Can you expain me with small example please. Regards, Rajasekhar --~--~-~--~~~---~--~~ You received this message because you

Re: how to refresh panel

2008-12-05 Thread rajasekhar
Hi Preeth, In my case it is diffrent because I am adding these two classes to main class. LeftSide class is : public Panel leftPanel(String s) { Panel panel=new Panel(); final CheckBox emailCheckBox=new CheckBox(); emailCheckBox.setText();

Re: how to refresh panel

2008-12-05 Thread rajasekhar
These methods are in LeftContainer and CenterContainer classes. CenterContainer class : public class CenterPart { Panel panel=new Panel(); public Panel displayCenter(String s) { Window.alert(s); Button button=new Button(s); // Window.alert(s); panel.add(button);

Re: how to refresh panel

2008-12-05 Thread rajasekhar
Hi Preeth, public WestPart(Panel borderPanel) { this.parent = borderPanel; west.addClickListener(new ClickListener() { public void onClick(Widget sender) { callPanelRefresh( ); } }); } public void refreshCenter(String s) {

Re: how to refresh panel

2008-12-05 Thread rajasekhar
Hi Preeth, Here is my WestPart click implementation,I am able to add the new CenterPart class to the BorderLayout Panel,but it is not refreshing the centerWindow.No error is coming. Please let me know is there any changes I need to do. public WestPart(Panel borderPanel) {

how to refresh perticular panel

2008-12-03 Thread rajasekhar
Hi All, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to [EMAIL

how to refresh panel

2008-12-03 Thread rajasekhar
Hi All, I have a problem with BorderLayout Panel.I created BorderLayout Panel with header(NORTH) , left side tree panel(WEST) and center panels with three different classes. I need to refresh the center panel only when click on a leftside tree panel button.It is working properly when

how to clear the panel and new panel

2008-12-02 Thread rajasekhar
Hi All, I have a probelm with borderlayout panel, panel is divided into three parts header,left and center parts,When I click button in center ,center have to replace with some other content . Please let me know how to achieve this. Regards, Rajasekhar

Re: how to redirect to another EntryPoint class

2008-11-24 Thread rajasekhar
I need to redirect to home page.because the problem without redirecting is when I refresh the home page it is going to login page again .Please let me know how to handle this. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

Re: Problem in redirecting to differnet page

2008-11-21 Thread rajasekhar
If you are not redirecting to a new page.When we refersh browser it is going to the home page.Let me know how to handle this. On Nov 20, 10:14 am, Litty Preeth [EMAIL PROTECTED] wrote: Why do u want to open a new window? You can create the Home UI using GWT and then add this to the RootPanel.

how to redirect to another EntryPoint class

2008-11-21 Thread rajasekhar
and not working in Tomcat.Please let me know the solution for this. 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 Google-Web-Toolkit

how to get file path at server side.

2008-11-17 Thread rajasekhar
Hi All, how to get the Context Path in gwt.I placed a XML in server folder,to read the file I need to get the path.Please let me know how to get the path and read file from server folder. Regards, Rajasekhar --~--~-~--~~~---~--~~ You received