The GWT TabLayoutPanel component
Questions tagged [gwt-tablayoutpanel]
36 questions
0
votes
2 answers
gwt tablayout hides the tabs when increasing padding, font, margin
I have created the TabLayoutPanel. If its
.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabInner
CSS Class is modified with padding, say
padding: 15px; or font-size: 25px;
then, the tabs hide with in the browser window. What is the reason and how to fix…

Bennet
- 387
- 1
- 6
- 13
0
votes
1 answer
TabLayoutPanel finish loading event
I use a GWT TabLayoutPanel which contains several Google Charts Widgets.
I want to know if there's a handler/method that can be called once all the widgets in the tab have finished loading.(after I click the tab)
I need this because I…

jmbz
- 133
- 1
- 2
- 11
0
votes
1 answer
How to add seperate layouts under each tab using TabLayout
I have followed this tutorial (http://developer.android.com/resources/tutorials/views/hello-tabwidget.html) and completed the task and it all works fine.
However now I am not sure how can I add diffrent layouts under each tabs? should add the…

Zardaloop
- 1,594
- 5
- 22
- 43
0
votes
2 answers
TabLayoutPanel at the bottom of the page in GWT
I would like to know if It is possible to have a TabLayoutPanel at the very bottom of a page in GWT, unfortunately there is a so little documentation online.

Federico Viscioletti
- 191
- 2
- 9
0
votes
1 answer
TabLayoutPanel and gwt-slider-bar
I tried adding a sliderbar using http://code.google.com/p/gwt-slider-bar/ code to a TabLayoutPanel but the sliderbar is not displayed even if it works well on a DeckPanel.
Have anyone succed to do the same thing with this code or using another…

user1331120
- 247
- 2
- 3
- 8
0
votes
2 answers
TabLayoutPanel on GWT and MVP
I start developping an interface with GWT using MVP architecture according to this model:
A first view that instantiates a TabLayoutPanel, defines the first Tab's widgets and an empty second Tab.
onSelection of the second Tab I fire an event that…

user1331120
- 247
- 2
- 3
- 8