EXT-GWT Question:

Download Job Interview Questions and Answers PDF

What are the GWT Panels?

EXT GWT Interview Question
EXT GWT Interview Question

Answer:

RootPanel is the top level panel.

For layout the page, we could use following layout panels, finally we need to add all those layout panels in RootPanel.

DockLayoutPanel
SplitLayoutPanel
StackLayoutPanel
TabLayoutPanel

Use below panels inside the Layout panels for holding the widgets.

HorizontalPanel
VerticalPanel ( Prefer using FlowPanel )

Download EXT GWT Interview Questions And Answers PDF

Previous QuestionNext Question
What is Google Web Toolkit (GWT)?How to create custom widgets in GWT?