--
JoaoQuintas - 13 Aug 2010
Panel
A Panel is a XVW component that's used to create panels inside a viewer.
XML Definition
A Panel is declared as following:
<xvw:panel title="PANEL_TITLE">
CONTENT
</xvw:panel>
Component from which the Panel Extends
Components that Extend Panel
Panel Properties
Property |
Description |
Requirement |
Default Value |
Type |
Example |
visible |
Evaluates and decides if the panel is shown or not |
optional |
-true |
EL |
|
title |
Changes the display name of the panel |
optional |
- |
String |
|
height |
Height of the panel |
optional |
- |
String |
|
width |
Width of the panel |
optional |
- |
String |
|
layout |
|
optional |
- |
String |
|
icon |
Path to an icon to show in the panel title |
optional |
- |
String |
|
Possible Child Components: