Interface
caplin.component.frame

PanelFrame

The class is still in Beta and is subject to API changes.
Instances of PanelFrame are used to wrap components displayed as part of the main application or page. These are created automatically when caplin.component.frame.FrameManager#addPanelToLayout is invoked, but may also be created by composite components that embed other components within them.

Constructor Summary

Attributes Name and Description
caplin.component.frame.PanelFrame()

Method Summary

Attributes Name and Description
void maximize()

Maximize the current panel so that it takes all the available space on screen.

void restoreDown()

Restore the size of the panel to it previous size, prior to being maximized.

Methods inherited from class caplin.component.frame.ComponentFrame:
addToMenu, close, getComponent, getFrameManager, getMenu, getTitleBarElement, setComponentModified, setTitle

Constructor Detail

caplin.component.frame.PanelFrame()

Method Detail

void maximize()

Maximize the current panel so that it takes all the available space on screen.

void restoreDown()

Restore the size of the panel to it previous size, prior to being maximized.