Package | at.containers |
Class | public class OverlayWindow |
Inheritance | OverlayWindow ![]() |
TitleWindow
to pop up content
in an overlay. It is called from OverlayModule
.
See also
Property | Defined by | ||
---|---|---|---|
availableHeight : Number [read-only]
The
height available in the component, minus the padding. | OverlayWindow | ||
availableWidth : Number [read-only]
The
width available in the component, minus the padding. | OverlayWindow | ||
titleBarComponent : UIComponent [read-only]
The component in the
TitleWindow that is the
titleBar . | OverlayWindow |
Method | Defined by | ||
---|---|---|---|
Constructor.
| OverlayWindow |
availableHeight | property |
availableHeight:Number
[read-only]
The height
available in the component, minus the padding.
public function get availableHeight():Number
availableWidth | property |
availableWidth:Number
[read-only]
The width
available in the component, minus the padding.
public function get availableWidth():Number
titleBarComponent | property |
titleBarComponent:UIComponent
[read-only]
The component in the TitleWindow
that is the
titleBar
.
public function get titleBarComponent():UIComponent
OverlayWindow | () | constructor |
public function OverlayWindow()
Constructor.