LayoutPanel layout = new LayoutPanel();
FakeTabPanel titleBar = new FakeTabPanel("Socket Bindings");
layout.add(titleBar);
panel = new PagedView();
panel.addPage(Console.CONSTANTS.common_label_back(), socketGroups.asWidget());
panel.addPage("Inbound", sockets.asWidget()) ;
panel.addPage("Outbound Remote", remoteSockets.asWidget()) ;
panel.addPage("Outbound Local", localSockets.asWidget()) ;