Tagged Questions

1
vote
2answers
905 views

Problem with GWT TabPanel and Google Maps

Working with Google Web Toolkit (with Google Maps Extension) I got a little problem: I want to insert a Google Map into a TabLayoutPanel. Without that TabLayoutPanel everything worked fine. But as ...
1
vote
2answers
637 views

controling the tabs of the tabs bar in gwt

sorry for stupid question i am new to UI in general and gwt specifically how can i control the tabs width when using tabs panel in gwt? how how can i know what css attributes each widget has? i ...
0
votes
1answer
30 views

How to use DialogBoxes in a TabPanel in GWT

i use the GWT TabPanel and want to use a DialogBox in one of these tabs. I think the DialogBox is added to the RootPanel because i see the box in every Tab. Is there a option to see the box only in ...
0
votes
1answer
29 views

how to create a own style for one tabBarItem?

i want to create my own .gwt-TabBarItem-style for a specific tab in the tabPanel. But i don't know how there to set the style. Does someone have a idea? greetz
0
votes
1answer
68 views

Page Resizing Using GWT in IE (Internet Explorer)

Here's my scenario, On my GWT page I have a TabPanel. When it is populated with data it can become quite long. The browser responds by lengthening the page. This of course causes the brower's ...
0
votes
2answers
611 views

a grid in tabPanel error

I'm using a grid example to show it in my tabPanel. The problem is that i dont get my data store in my grid and it is empty. The code i'm using is package com.google.mdlight.shared; import ...
0
votes
1answer
162 views

Can't Get Multiple Charts (Google Visualization) on Multiple Tabs (GWT TabPanel)

I need to display an unknown quantity of tabs each with an unknown quantity of graphs (Google Visualizations). I have created "Tab" and "Graph" classes and Tab contains an ArrayList. TabWrappers ...
0
votes
1answer
210 views

gxt uibinder TabItem.getHeader().setVisible(false)

Can I set widget's property's property in *.ui.xml? For example, gxt:TabItem header.visible="false" ?
0
votes
4answers
8k views

GWT: Creating a scrollable FlexTable in a full-screen TabPanel

I'd like to create a TabPanel that occupies the entire browser client area, and inside that put a FlexTable that scrolls if necessary. However, I'm having trouble acheiving this. I've tried: public ...
0
votes
2answers
2k views

How to disable tabbing in a tab panel in gwt

I have a tab panel in the gwt. I want allow the user to select the tab only by mouse. For this one I have disable the tabindex for all the tab in my tabpanle. I tried with this code: ...