1. You need to make the TimePicker visible when TextBox gets onFocus or onClick. U can use a PopUpPanel/DielogBox therefore.
2. for using native JavaScript have a look at http://www.gwtproject.org/doc/latest/DevGuideCodingBasicsJSNI.html You might prefer a gwt port from jQuery like https://code.google.com/p/gwtquery/ Am Donnerstag, 25. Juli 2013 16:08:39 UTC+2 schrieb siva kumar: > > Hi > > > 1.How to create Time Picker widget for textbox? > > i had included the gwt-timepicker.jar with my project. and inherits the > plugin in gwt.xmlfile > > HourMinutePicker hourMinutePicker = new > HourMinutePicker(PickerFormat._12_HOUR); > RootPanel.get().add(hourMinutePicker); > > How to call hourminutepicker object with gwt textbox....... > > > 2.how to integrate jquery plugins and call native method for gwt textbox > > > Please its very urgent...... > > > > Regards, > V.Gajalakshmi. > > > > > > > > > > > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
