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.
Attributes | Name and Description |
---|---|
|
caplin.component.frame.PanelFrame()
|
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. |
►
caplin.component.frame.PanelFrame()
►
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.