public static class RootLayoutPanel extends Object
LayoutPanel
that always attaches itself
to the document body (i.e. RootPanel.get()
).
This panel automatically calls RequiresResize.onResize()
on itself
when initially created, and whenever the window is resized.
NOTE: This widget will only work in standards mode, which requires that the HTML page in which it is run have an explicit <!DOCTYPE> declaration.
Copyright © 2018. All rights reserved.