Questions tagged [docklayoutpanel]

28 questions
7
votes
2 answers

Override overflow for gwt DockLayoutPanel widgets

I'm creating a page with a navigation menu on the left, containing icons for each section. The page layout looks something like this:
djjeck
  • 1,781
  • 17
  • 25
3
votes
1 answer

GWT: How to add DockLayoutPanel inside another panel? Not the RootLayoutPanel

Is it possible to add DockLayoutPanel inside another panel other than the RootLayoutPanel? If so, how would you do it? I attempted to add it inside HTMLPanel, and only north of the DockLayoutPanel shows. Then I tried it inside LayoutPanel, it failed…
Wen
  • 73
  • 2
  • 7
3
votes
3 answers

DockLayoutPanel doesn't work properly

I describe my panel in next way
Stan Kurilin
  • 15,614
  • 21
  • 81
  • 132
3
votes
2 answers

DockLayoutPanel inside ScrollPanel in GWT

I'm using GWT 2.4 and I'm having a problem with setting up scrollbars for my app working correctly. When I'm trying to zoom the page - no scrollbars are now displayed for the whole page. Currently my app is composed of DockLayoutPanel and is…
zbyszek26104
  • 437
  • 1
  • 5
  • 15
2
votes
2 answers

May I use DockLayoutPanel in DialogBox in GWT

I' m tying to make a dialog box that contains 3 parts: TextBox, DataGrid and Button. And I'm using DockLayoutPanel like that .panel { width: 600px; height: 500px; }
olgacosta
  • 1,076
  • 4
  • 15
  • 36
2
votes
3 answers

GWT - docklayout panel in UiBinder

I need to implement a DockLayoutPanel in UiBinder. I knew that we can use < g:north> < g:west> and so on in UiBinder to do the same thing as what DockLayoutPanel.addNorth(), DockLayoutPanel.addWest() do. My question is that, is there anything in…
Joey
  • 2,732
  • 11
  • 43
  • 63
2
votes
1 answer

GWT DockLayoutPanel Child Widget Sizing

I create and add a widget to a DockLayoutPanel as so: DockLayoutPanel dockPanel = new DockLayoutPanel(Unit.PCT); dockPanel.addNorth(widget, size); What does the size parameter determine? Google says to use the CSS parameters left, top, width,…
DarthGazak
  • 59
  • 1
  • 7
1
vote
2 answers

GWT ScrollPanel not visible

I have a DockLayoutPanel in my ui.xml class. When I wrap it in a ScrollPanel the whole thing disappears. Any ideas?
Ash S
  • 275
  • 1
  • 8
  • 16
1
vote
2 answers

Using UIBinder to create a Widget to go into a Dialog

I found this; which allows me to create the widget in the code: Why is the dialog size so small with this GWT DockLayoutPanel? but what I want is to use UIBinder. when I do use it, I get the widget taking up infinite space and hanging below the…
Jill
  • 539
  • 1
  • 5
  • 12
1
vote
2 answers

How can I create a GWT layout which has a fixed header and footer that allows a scroll pane center to automatically size?

I have a design in mind which I'm struggling to convert to a GWT layout. Basically I need a header and footer which have a fixed pixel height and full browser width, the snag is they must both always be visible to the user. I've been playing around…
Jamie Street
  • 1,527
  • 3
  • 14
  • 32
0
votes
1 answer

Scrollbars on UserControls within LayoutPanels

I'm having an issue with scrollbars and LayoutPanels. My LayoutPanel Code looks like this:
Saggio
  • 2,212
  • 6
  • 33
  • 50
0
votes
2 answers

GWT - DockLayoutPanel doesn't work as expected

I wan't to create a simple page using DockLayoutPanel, and I don't know why the main child in that panel doesn't get centered could anybody help? public class Spr implements EntryPoint { public void onModuleLoad() { DockLayoutPanel panel…
0
votes
1 answer

Dev express - Custom caption template not filling DockLayout panel

My custom caption template for Dock Layout panel is not filling completely, there is space around caption. Also, how can i make close button use same background style. docklayoutpanel custom caption template with space…
0
votes
1 answer

GWT: DockLayout Panel not showing

Expected output is the same as in the preview, with labels that indicate the specified blocks. I run this in standard mode and I am using GWT 2.1.1 Below is the expected output: Actual output: