Hello,
After installing the SNAPSHOT_v8.3d_2012-10-11/Pro Deployment (built 2012-10-11) build it seems that it is no longer possible to set style on an icon button using the following approach. Is this a bug?
IconButton btn = new IconButton();
btn.setTitle("title");
btn.setTooltip("tooltip");
btn.setIcon("test.png");
btn.setHoverWidth(200);
btn.setStyleName("aspecialclassname");
thanks
After installing the SNAPSHOT_v8.3d_2012-10-11/Pro Deployment (built 2012-10-11) build it seems that it is no longer possible to set style on an icon button using the following approach. Is this a bug?
IconButton btn = new IconButton();
btn.setTitle("title");
btn.setTooltip("tooltip");
btn.setIcon("test.png");
btn.setHoverWidth(200);
btn.setStyleName("aspecialclassname");
thanks
Comment