--
JoaoQuintas - 16 Aug 2010
Window
A Window is a XVW component that's used to open a view in a separate window.
XML Definition
A Window is declared as following:
<xvw:window title="WINDOW_TITLE" width="NUMBER_OF_PIXELS" height="NUMBER_OF_PIXELS"
onclose="EXPRESSION_LANGUAGE" onbeforeclose="EXPRESSION_LANGUAGE" useExtJsRenderer="BOOLEAN">
CONTENT
</xvw:window>
Component from which the Window Extends
Components that Extend Window
Window Properties
Property |
Description |
Requirement |
Default Value |
Type |
Example |
onbeforeclose |
The action that is executed before the window closes |
optional |
#{viewBean.canCloseTab} |
EL |
|
title |
The display name of the Window |
optional |
|
String |
|
onclose |
The action that is executed when the window closes |
optional |
|
EL |
|
height |
The height of the the window |
optional |
300 |
Integer / EL |
|
width |
The width of the the window |
optional |
500 |
Integer / EL |
|
fullWindow |
Make the window ocupy the whole available screen |
optional |
false |
Boolean |
|
top |
Position the window X pixels from the top |
optional |
Half screen size |
Integer |
|
left |
Position the window X pixels from the left |
optional |
Half screen size |
Integer |
|
useExtJsRenderer |
Whether or not the ExtJS renderer should be used |
optional |
true |
Boolean |
|
modal |
Whether to block the background when the window is open |
optional |
true |
Boolean |
|
Possible Child Components: