A component must implement IUIWindowComponent to be considered as a window.
Un componente deve implementare IUIWindowComponent per essere considerato una finestra.
IUIWindowComponent | A component must implement IUIWindowComponent to be considered as a window. |
Functions | |
close | This method is called when the window is asked to be closed. |
setSize | This method is called when the window is asked to be resized. |
getPreferredSize | This method is called when the default window size is requested. |
getMinimumSize | This method is called when the minimum window size is requested. |
function setSize ( newWidth: Number, newHeight: Number ):Void
This method is called when the window is asked to be resized.
Questo metodo viene richiamato quando viene richiesta la modifica delle dimensioni della finestra.
newWidth | {Number} new width / nuova larghezza |
newHeight | {Number} new height / nuova altezza |
function getPreferredSize():Size
This method is called when the default window size is requested.
Questo metodo viene richiamato quando viene richiesta ls dimensione predefinita della finestra.
{Size} the default window size / la dimensione predefinita della finestra
<it.unipmn.it.Meeting.Utils.Size>
function getMinimumSize():Size
This method is called when the minimum window size is requested.
Questo metodo viene richiamato quando viene richiesta ls dimensione minima della finestra.
{Size} the minimum window size / la dimensione minima della finestra
<it.unipmn.di.Meeting.Utils.Size>
This method is called when the window is asked to be closed.
function close ( ):Void
This method is called when the window is asked to be resized.
function setSize ( newWidth: Number, newHeight: Number ):Void
This method is called when the default window size is requested.
function getPreferredSize():Size
This method is called when the minimum window size is requested.
function getMinimumSize():Size