HZGN.COM
welcome to my space
X
Feng Shui | Graphic Design | Cosmetics | Causes and Organizations | Regulatory Compliance | Gadgets and Gizmos | Computer Forensics | Tools and Equipment | Related articles
Welcome to:hzgn.com
Search:  
NAVIGATION: Home >>

setCellToolTip not working for TableItem in ExtGWT 1.0.2

Published by: smith 2009-01-07

I am using setCellTooTip from TableItem and it is not showing any tooltips.

Here is the code I am using:

public class Edwin implements EntryPoint {

Gxt: Open Discussion [Archive] - Ext JS Forums::
setCellToolTip not working for TableItem in ExtGWT 1.0.2. Clickable labels ExtGwt is no wrapper for ExtJS??? How to force TextField to be displayed
http://extjs.com/forum/archive/index.php/f-33.html
HOME

public void onModuleLoad() {
final SimplePanel p = new SimplePanel();
p.add(serviceList());
RootPanel.get().add(p);
}

public Widget serviceList() {
TableColumn columns = new TableColumn[3];
columns[0] = new TableColumn("System Services", 100);
columns[1] = new TableColumn("Bandwidth", 100);
columns[2] = new TableColumn("Users", 50);

TableColumnModel cm = new TableColumnModel(columns);
Table tbl = new Table(cm);
tbl.setSelectionMode(Style.SelectionMode.MULTI);
tbl.setBorders(false);
tbl.setHeight("200");
tbl.setWidth("250");
for (int i = 0; i < 5; i++) {
Object values = new Object[3];
values[0] = "Web Services";
values[1] = "113.5 MB";
values[2] = "15";
TableItem item = new TableItem(values);
item.setCellToolTip(0,"Test");
tbl.add(item);
}

ContentPanel panel = new ContentPanel();
panel.setHeaderVisible(true);
panel.setCollapsible(false);
panel.setAnimCollapse(false);
panel.setHeading("SAP Infrastructure");
panel.setLayout(new FillLayout());
panel.add(tbl);
return panel;
}

}

When I point to the table cell, no tooltip is showing.

Is there a fix already in there to show the tooltips?

Thanks,
Padma


Red Hat's Rough Recovery From CFO Exit
Windows Live Finds a New, Pre-installed Home

You are looking at:hzgn.com's setCellToolTip not working for TableItem in ExtGWT 1.0.2, click hzgn.com to home
  • question about my order with logitech
  • what about this name tell the truth
  • usb flash drive for anyone
  • i just got my nose pierced yesterday how long do i have to wait before i put a loop in it
  • how do you
  • my pen drive transfers data very slowly
  • help with my baby girls middle name
  • i need help with my sd card
  • name opinions please still a long list but shortening
  • nvidia graphics hack
  • altec lansing 5 1 speaker system
  • help with combining names please
  • how can i know which video card is compatible with my pc
  •  
  • does anyone have advice for me
  • external tv tuner for laptop
  • how many days before a dance should i apply self tanner for best results help it´s on friday
  • what should this hair style cost at a nicer salon
  • my mouse has stopped working any idea s it was ok this am and have tried a different mouse still no joy help
  • does anyone know a good product for hair scrunching that actually works
  • question about carilage piercing
  • connecting a normal plug to a ups
  • is it a good time to buy or should i wait
  • i bought this product
  • who doesn 039 t have school tomorrow
  • help for my graphics card
  • what is a good middle name for cain duncan
  • do you think it is unattractive when a woman has very blond hair and pale almost porcelain skin
  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about setCellToolTip not working for TableItem in ExtGWT 1.0.2 , Please add it free.
    About us |Contact us |Advertisement |Site map |Exchange links
    Copyright© 2008hzgn.com All Rights Reserved