Hi,

The name of that method is a bit misleading.  HTMLTable inherits
setTitle from the UIObject class, and from the javadoc:
http://google-web-toolkit.googlecode.com/svn/javadoc/2.0/com/google/gwt/user/client/ui/UIObject.html#setTitle(java.lang.String)

this method:
"Sets the title associated with this object. The title is the 'tool-
tip' displayed to users when they hover over the object."

Are you seeing that?

Thanks,
Dan

On Aug 9, 1:25 am, Sanjay Jain <[email protected]> wrote:
> Hi to all
> I am using  HTML table, and for setting title of the table I am using
> setTitle("My Table");
> But it is not working:
> Here is my code:
>
> HTMLTable table = new Grid(rows, 2);
> table.setTitle("My Table");
>
> Is there other property need to be set?
> Please help
> Thanks in advance

-- 
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.

Reply via email to