The GWT TabLayoutPanel component
Questions tagged [gwt-tablayoutpanel]
36 questions
                    
                    91
                    
            votes
                
                6 answers
            
        TabLayout Tab Title text in Lower Case
I have used android.support.design.widget.TabLayout in my application with Min SDK 15.
By default it takes Tab title in capitals but I want it to make in "textCapsWord". I tried adding Style as suggested here and here. But unfortunate both doesn't…
         
    
    
        Krishnakant
        
- 1,453
- 3
- 18
- 30
                    8
                    
            votes
                
                3 answers
            
        TabLayoutPanel disable a Tab GWT
How can i disable a tab (i.e the user cannot open the tab when he clicks on it) in the TabLayoutPanel?I searched online but was not able to find a solution
Thanks
         
    
    
        Barry
        
- 1,585
- 3
- 22
- 35
                    4
                    
            votes
                
                1 answer
            
        GWT UIBinder Tab panel
I want to put some anchor inside the body of tab panel with two tabs. But my anchors are not visible. The code is as follows
    
        Analysis 
    …  
         
    
    
        lalit
        
- 1,485
- 2
- 17
- 32
                    3
                    
            votes
                
                4 answers
            
        GWT TabLayoutPanel ie7 first tab collapsed
I have a TabLayoutPanel that I access from ie7.  The first time I view the tab it is collapsed ~32px x 32px.  If I select the second tab, the content area fills, and I can go back to the first tab and it looks correct.  I am using  and all the…
         
    
    
        Matthew Sowders
        
- 1,640
- 1
- 19
- 32
                    3
                    
            votes
                
                2 answers
            
        GWT TabLayoutPanel do not renders the graph content
I have a structure similar to following 
 
     
          Graph  
                   …  
         
    
    
        lalit
        
- 1,485
- 2
- 17
- 32
                    3
                    
            votes
                
                1 answer
            
        GWT TabLayoutPanel is always collapsed
I have a trivial TabLayoutPanel made with a UIBinder. The tabs render but none of the contents do. It's in the HTML, but it's always collapsed (inline styles set on the elements make it collapse). As far as I can tell this is identical to every…
         
    
    
        Matthew Olenik
        
- 3,577
- 1
- 28
- 31
                    3
                    
            votes
                
                4 answers
            
        TabLayoutPanel with scroll
I'm using a TabLayoutPanel in a GWT application, attached to the RootLayoutPanel of the page. 
Inside each tab I have a ScrollPanel, which is used to display a FlexTable.
Is it possible to make the TabLayoutPanel grow vertically, so the user can…
         
    
    
        muriloq
        
- 2,692
- 5
- 29
- 32
                    2
                    
            votes
                
                2 answers
            
        Listener on tabPanel in GWT
I am new new to GWT.
I have designed the Gui using GWT designer.
I my GUI I have tabPanel with 4 tabs.
private TabPanel getWorkplacePanel() {
    if (WorkplacePanel == null) {
        WorkplacePanel = new TabPanel();
       …
         
    
    
        GameBuilder
        
- 1,169
- 4
- 31
- 62
                    2
                    
            votes
                
                1 answer
            
        In GWT how do I handle the tab click event?
I have a tab layout panel in my ui.xml :
  
    tab1 
     
  
    
        
            
            
                
                    
    
    
         
    
    
                
            
        
       
 
    
    
        Ash S
        
- 275
- 1
- 8
- 16
                    2
                    
            votes
                
                1 answer
            
        GWT TabLayoutPanel using cssresources
I would like to style the tab bar element of the  TabLayoutPanel using the Cssresources mechanism. 
According to the documentation here is the style rule for accessing the bar : 
.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs
the tab bar element
I can…
         
    
    
        user1088688
        
- 21
- 2
                    2
                    
            votes
                
                1 answer
            
        GWT - Implement programmatic tab selection of a TabLayoutPanel and then scroll to a particular element contained in the tab?
I have a TabLayout panel with 2 tabs. I would like to programmatically select the 2nd tab and then scroll to a particular element within the tab. This is how my code looks like:
public void scrollToTextArea(final String textArea)
{
   …
         
    
    
        gofeddy
        
- 579
- 8
- 20
                    2
                    
            votes
                
                1 answer
            
        TabLayoutPanel tabs not showing after button click
I am trying to use a TabLayoutPanel and it seems to be working fine when it is the first thing I put on the page, but when I do it after a button push (for example) it is not displaying properly.  For example, if I do something like this it works…
         
    
    
        mgcl
        
- 21
- 4
                    1
                    
            vote
                
                1 answer
            
        GWT: how to nest a TablayoutPanel inside a scroll Panel without specifying its exact height?
I need a scrollPanel with a verticalpanel and a tablayout panel inside it. Problem is, unless I specify the exact height of the tablayoutPanel, the tab content does not show. Any known fixes/ workarounds?
         
    
    
        Ash S
        
- 275
- 1
- 8
- 16
                    1
                    
            vote
                
                2 answers
            
        Tablayout panel taking too long time to load
i have below form where i have several controls in Tablayout panel, as show in image.
its taking too long time(and also flicker) when i load this form.
i tried :
i select CellBorderStyle as a 'None' so, that moment i didnt observe this issue, but…
         
    
    
        VARUN NAYAK
        
- 656
- 5
- 15
- 36
                    1
                    
            vote
                
                1 answer
            
        Standard docType for RootPanel and RootLayoutPanel in GWT
I used TabLayoutPanel widget in my GWT project but it is not working in ie. somewhere i read if i use RootLayoutPanel instead of RootPanel it will work. but for usnig RootLayoutPanel I should use some standard doctype in my html page.
which of…
         
    
    
        Nav
        
- 4,450
- 10
- 53
- 84