Overview | System-Objects | Class-Tree | Class-List | Global Functions | Files |

Class-Description

QxNativeWindow

Inheritance

Parents: QxNativeWindow » QxTarget » QxObject » Object

Parameters

NameTypeMandatoryInfo
vUrlAllfalse
vNameAllfalse

Type

This class is public.
It can be used by both user and programmer.

Properties

NameTitle
QxNativeWindow
Public
allowScrollbarsIf the window is able to scroll and has visible scrollbars if needed
dependentShould be window be dependent on this application window
dimension
heightThe outer height of the window.
leftThe left screen coordinate of the window.
location
modalShould be window be modal
nameThe window name
openIf the window is open or closed
resizeableIf the window is resizeable
showLocationShould the location(bar) be shown
showMenubarShould the menubar be shown
showStatusbarShould the statusbar be shown
showToolbarShould the toolbar be shown
statusThe text of the statusbar
topThe top screen coordinate of the window.
urlThe url
widthThe outer width of the window.
QxObject
Public
enabled

Functions

NameTitle
QxNativeWindow
Public
blur
centerToOpener
centerToScreen
centerToScreenArea
close
dispose
focus
getName
isClosed
open
Private
_centerHelper
_close
_modifyDimension
_modifyName
_modifyOpen
_modifyPosition
_modifyUrl
_oninterval
_open
QxTarget
Public
addEventListenerAdd event listener to object
createDispatchDataEventChecks if the event is registered. If so it creates a data event object and dispatch it.
createDispatchEventChecks if the event is registered. If so it creates a event object and dispatch it.
dispatchEventPublic dispatch implementation
dispose
getParentInternal placeholder for bubbling phase of an event.
hasEventListenersCheck if there are one or more listeners for an event type
removeEventListenerRemove event listener from object
Private
_dispatchEventInternal dispatch implementation
QxObject
Public
debugPrint out a debug message to the qooxdoo debug console.
disposeDispose this object
errorPrint out an error to the qooxdoo debug console.
get
getDisposedReturns true if the object is disposed.
getUserData
infoPrint out an info message info to the qooxdoo debug console.
isDisposedReturns true if the object is disposed.
setSets multiple properties at once by using a property list
setUserData
toHashCodeReturn unique hash code of object
toStringReturns a string represantation of the qooxdoo object.
warnPrint out an warning to the qooxdoo debug console.