Re: Closable Tab- Changing Tab text

2009-02-15 Thread Behrooz Nobakht
thod in the tabbar for it. > > Thanks, > Mukund > > On Feb 14, 5:32 am, Behrooz Nobakht wrote: >> I believe you should use the TabPanel.addWidget(panelWidget, tabWidget) >> method >> of TabPanel. >> >> On Sat, Feb 14, 2009 at 8:58 AM, GWTFan wrote: >&g

Re: Closable Tab- Changing Tab text

2009-02-14 Thread Behrooz Nobakht
I believe you should use the TabPanel.addWidget(panelWidget, tabWidget) method of TabPanel. On Sat, Feb 14, 2009 at 8:58 AM, GWTFan wrote: > > > We need closable tab panel. I'm using TabPanel's add(widget, widget) > method to add tabs. I'm using an horizontalpanel as tab heading, with > a text

Re: Integrating GWT+Spring application with Hibernate

2009-02-13 Thread Behrooz Nobakht
Hi, http://software-wonders.blogspot.com/2007/02/it-is-not-mistery-that-google-web.html It would help. On Thu, Feb 12, 2009 at 4:32 PM, poonam wrote: > > Hello, >I am new to this technology,but i have developed an application > integrating GWT with Spring , I have integrated this applica

Re: How to unsink TabEvent?

2009-02-11 Thread Behrooz Nobakht
I am not sure but this may help that after focusing on the element of the text field, DOM.eventPreventDefault(DOM.eventGetCurrentEvent()); And, I believe a more elegant way would be to implement an EventPreview on your module to handle this. On Wed, Feb 11, 2009 at 2:08 PM, alex.d wrote: > >