Tagged Questions
0
votes
1answer
157 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
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 ...