getForm()
RETURNING result ui.Form
|
Get the current form of a window. |
getNode()
RETURNING result om.DomNode
|
Get the DOM node of a window. |
findNode(
type STRING,
name STRING )
RETURNING result om.DomNode
|
Search for a specific element in the window. |
createForm(
name STRING )
RETURNING result ui.Form
|
Create a new empty form in a window. |
setText(
text STRING )
|
Set the window title. |
getText()
RETURNING result STRING
|
Get the window title. |
setImage(
image STRING )
|
Set the window icon. |
getImage()
RETURNING result STRING
|
Get the window icon. |