I’m searching for a balloon-like widget for a GWT application, e.g. like the balloons Google Maps shows when displaying search results on a map.
When searching I only found Javascript widgets, but aren’t there any widgets to use in GWT?
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.
Take a look at OverLib. It is an open source javascript lib to show enhanced pop up hint windows. It can be easy integrated into GWT. Plus you have the freedom to create you own HTML pop ups.
Here is a snippet of my over lib helper code (overlib must be unpacked into the public folder of your GWT project).
The attributes produced with getSimpleToolTip are just added to your GWT elements: