Attribute |
Mand. |
Description |
Default |
id |
yes |
Identifier of the main window |
|
template |
no |
FRAME.template |
|
label |
no |
Title of the main window |
|
controller |
no |
Reference of the controller that manages the main window (i.e. handles user demands and refresh content). |
|
parentId |
no |
Identifier internal to the application of the main window that is parent of the current main window. |
|
width |
no |
Initial width of the main window. |
-1 |
height |
no |
Initial height of the main window. |
-1 |
resizable |
no |
Indicates whether the main window can be resized or not. |
true |
decorated |
no |
Indicates whether the main window is decorated or not. |
true |
minWidth |
no |
Minimum width of the main window. |
-1 |
minHeight |
no |
Minimum height of the main window. |
-1 |
x |
no |
Initial position in abscissa of the main window. |
0 |
y |
no |
Initial position in ordinate of the main window. |
0 |
target |
no |
Name of the frame where the view is displayed (used with multi-frames viewers like web viewers or eclipse viewer). |
|