Vertical or horizontal set of frames
Inheritance Path. java.lang.Object-> com.itmill.toolkit.ui.FrameWindow.Frame -> com.itmill.toolkit.ui.FrameWindow.Frameset
Parameters
Frame having the given index or null if the frame is not found
Get frame by index.
Parameters
Frame having the given name or null if the frame is not found
Get frame by name.
Check if the frameset is vertical.
If this is true, the frames will be ordered on top of each other from top to bottom, otherwise the frames will be ordered side by side from left to right.
Create new frame containing a resource.
The new frame will be put in the end of the frames list..
Create new frame containing a resource.
The new frame will be put before the frame identified by the given index. The indexes of the frame previously in the given position and all the positions after it are incremented by one.
Create new frame containing a url.
The new frame will be put in the end of the frames list..
Create new frame containing a url.
The new frame will be put before the frame identified by the given index. The indexes of the frame previously in the given position and all the positions after it are incremented by one.
Create new frame containing a window.
The new frame will be in the end of the frames list.
Create new frame containing a window.
The new frame will be put before the frame identified by the given index. The indexes of the frame previously in the given position and all the positions after it are incremented by one.
Create new frameset.
The new frame will be put before the frame identified by the given index. The indexes of the frame previously in the given position and all the positions after it are incremented by one.
Set the framaset to be vertical.
By setting this true, the frames will be ordered on top of each other from top to bottom. Setting this false, the frames will be ordered side by side from left to right.