An application frame window component. This component implements a window that contains a hierarchical set of frames. Each frame can contain a web-page, window or a set of frames that divides the space horizontally or vertically.
A
FrameWindow
can't contain any components directly (as
it contains only a set of frames) and thus the container interface
methods do nothing.
3.0
Inheritance Path. java.lang.Object-> com.itmill.toolkit.ui.AbstractComponent -> com.itmill.toolkit.ui.AbstractComponentContainer -> com.itmill.toolkit.ui.Panel -> com.itmill.toolkit.ui.Window -> com.itmill.toolkit.ui.FrameWindow
Exceptions
UnsupportedOperationException
if invoked.
Frame window does not support adding components directly.
To add component to frame window, normal window must be first created and then attached to frame window as a frame.
Parameters
top-level frame set of this frame window
Gets the main frameset of the window. This set contains all the top-level frames of the window. New contents are added by adding frames to this frameset.
Parameters
target
A paint target event
Exceptions
PaintException
if the paint operation fails
Paints the window contents.
Setting the application for frame window also sets the application for all the frames.