class InternalWindow
- Extends:
- UIComponent
Description:
InternalWindow UI component, extends UIComponent class.
Internal window is a Window like component, but it can only be added to InternalWindowContainer for window-in-window experience.
For more methods for this component check UIComponent class.
Constructor
constructor([text])
InternalWindow constructor.
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
string |
Window title text |
Members
- [ readonly ] childCount
- [ readonly ] children
- [ readonly ] container
- [ readonly ] id
- innerOffset
- [ readonly ] parent
- [ readonly ] screenPosition
Methods
From this class:
- alwaysOnTop()
- canClose()
- canMaximize()
- canMinimize()
- canMove()
- canResize()
- close()
- closeOperation()
- innerSize()
- onStateChange()
- onWindowEvents()
- selected()
- state()
Inherited from UIComponent:
- addChild()
- addTo()
- anchor()
- background()
- bottom()
- center()
- child()
- childIndex()
- contextMenu()
- cursor()
- destroy()
- emit()
- emitFocusKeyEvents()
- enabled()
- focusable()
- focused()
- getAncestor()
- getWindow()
- height()
- hide()
- icon()
- index()
- isInside()
- layer()
- maxSize()
- minSize()
- move()
- onAncestorEvents()
- onComponentEvents()
- onContainerEvents()
- onDispose()
- onError()
- onFocusEvents()
- onKey()
- onMouseEvents()
- onMouseMotion()
- onMouseWheel()
- onPropertyChange()
- opacity()
- position()
- remove()
- right()
- size()
- snapshot()
- text()
- tooltip()
- updateUI()
- verifyComponent()
- visible()
- width()
- x()
- y()
