Titanium.UI.UserWindow

Properties

CENTERED
The CENTERED event constant

Methods

close ( )
Closes a window
createWindow ( options )
Creates a new window as a child of the current window
focus ( )
Focuses a window
getBounds ( )
Returns the window bounds
getChildren ( )
GetChildren
getContextMenu ( )
GetContextMenu
getDOMWindow ( )
GetDOMWindow
getHeight ( )
Returns a window's height
getID ( )
Returns the id of a window
getIcon ( )
Returns a window's icon
getMaxHeight ( )
Returns a window's max height
getMaxWidth ( )
Returns a window's max-width
getMenu ( )
GetMenu
getMinHeight ( )
Returns a window's min-height
getMinWidth ( )
Returns a window's min-width
getParent ( )
Returns the parent window
getTitle ( )
Returns the title of a window
getTransparency ( )
Returns a window's transparency value
getTransparencyColor ( )
Returns a transparency color for the window
getURL ( )
Returns the url for a window
getWidth ( )
Returns a window's width
getWindow ( )
GetWindow
getX ( )
Returns a window's horizontal (X-axis) position
getY ( )
Returns a window's vertical (Y-axis) position
hide ( )
Hides a window
isActive ( )
IsActive
isCloseable ( )
Checks whether a window could be closed or not
isFullscreen ( )
Checks whether a window is in fullscreen
isMaximizable ( )
Checks whether a window could be maximized or not
isMaximized ( )
Checks whether a window is maximized
isMinimizable ( )
Checks whether a window could be minimized or not
isMinimized ( )
Checks whether a window is minimized
isResizable ( )
Checks whether a window is resizable
isToolWindow ( )
Checks whether a window is a tool window or not.
isTopMost ( )
Checks whether a window is top most
isUsingChrome ( )
Checks whether a window uses system chrome
isVisible ( )
Checks whether a window is visible
maximize ( )
Maximizes a window
minimize ( )
Minimizes a window
open ( )
Opens a window
openFileChooserDialog ( )
Displays the file chooser dialog
openFolderChooserDialog ( )
Displays the folder chooser dialog
openSaveAsDialog ( )
Displays the save as file dialog
setBounds ( )
Sets the window bounds
setCloseable ( )
Sets whether a window could be closed or not
setContextMenu ( menu )
Set this window's context menu
setFullscreen ( )
Makes a window fullscreen
setHeight ( )
Sets a window's height
setIcon ( )
Sets a window's icon
setMaxHeight ( )
Sets a window's max-height
setMaxWidth ( )
Sets a window's max-width
setMaximizable ( )
Sets whether a window could be maximized or not
setMenu ( menu )
Set this window's menu
setMinHeight ( )
Sets a window's min height
setMinWidth ( )
Sets a window's min-width
setMinimizable ( )
Sets whether a window could be maximized or not
setResizable ( )
Sets whether a window could be resized or not
setTitle ( )
Sets the title of a window
setToolWindow ( toolWindow )
Set whether or not this window is a tool window. The behavior of changing this setting after a window has been opened is undefined and likely will have no effect.
setTopMost ( )
Sets whether a window is top most (above other windows)
setTransparency ( )
Sets a window's transparency value
setURL ( )
Sets the url for a window
setUsingChrome ( )
Sets whether a window should use system chrome
setVisible ( )
Sets the visibility of the window
setWidth ( )
Sets a window's width
setX ( )
Sets a window's horizontal (X-axis) position
setY ( )
Sets a window's vertical (Y-axis) position
show ( )
Shows a window
showInspector ( console )
ShowInspector
unfocus ( )
Unfocuses a window
unmaximize ( )
Unmaximizes a window
unminimize ( )
Unminimizes a window

Objects

No objects.

Last Modified on July 7, 2009, 05:07 AM by Jeff Haynie Edit | History