Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Hidden
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE


HTML Table
idclassservoy sReturnTypes
Table Row (tr)
styleheight: 30px;
Table Head (th)
Return Types
Table Row (tr)
Table Cell (td)
Span
classsWordList
DRAGNDROP
Span
classsWordList
JSEvent
Span
classsWordList
APPLICATION_TYPES
Span
classsWordList
ELEMENT_TYPES
Span
classsWordList
LOGGINGLEVEL
Span
classsWordList
UICONSTANTS
Span
classsWordList
WEBCONSTANTS
Span
classsWordList
UUID

id
HTML Table
classservoy sSummery
Colgroup Tag
Column
padding0px
width80px

Column

Table Row (tr)
styleheight: 30px;
Table Head (th)
colspan2
Method Summery
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#addClientInfo(info)
Adds a string of client information which gets stored on the server,
and can be viewed on the Clients page of Servoy Server Administration Console.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#beep()
Produces a "beep" sound; commonly used to indicate an error or warning dialog.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#closeForm([windowOrDialogName/closeAll])
Close the dialog/window with the given name (call this method to hide the form shown with 'showFormInDialog' or 'showFormInWindow').
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#closeSolution([solutionToLoad], [method], [argument])
Close the current open solution and optionally open a new one.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#createNewFormInstance(designFormName, newInstanceScriptName)
Create a new form instance.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#executeProgram(programName(fullpath), [arg1], [arg2], [argN], [#], environmentvar1, [environmentvarN], [startdirectory])
Execute a program and returns output.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#executeProgramInBackground(programName(fullpath), [arg1], [arg2], [argN], [#], [environmentvar1], [environmentvarN], [startdirectory])
Execute a program in the background.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#exit()
Stop and exit application.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getActiveClientCount(currentSolutionOnly)
Get the active user count on the server (can be limited to current solution).
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getApplicationType()
Get the application type.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getClientCountForInfo(info)
Gets the count for all clients displaying the same additional information
in the Clients page of Servoy Server Administration Console.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getClipboardString()
Gets a string from the clipboard, null if not a string or empty.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getCurrentLookAndFeelName()
Gets the name of the current Look And Feel specified in Application Preferences.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getHostName()
Get the name of the localhost.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getIPAddress()
Get the clients' IP address.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String[]
Table Cell (td)
#getLicenseNames()
Get the names of the used client licenses (as strings in array).
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getOSName()
Returns the name of the operating system.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String[]
Table Cell (td)
#getPrinters()
Get all the printer names in an array.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getScreenHeight()
Get the screen height in pixels.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getScreenWidth()
Get the screen width in pixels.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Date
Table Cell (td)
#getServerTimeStamp()
Returns a date object initialized on server with current date and time.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getServerURL()
Gets the HTTP server url.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getSolutionName()
Returns the name of the current solution.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getSolutionRelease()
Get the solution release number.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Object[]
Table Cell (td)
#getStartupArguments()
Get the parameters which are provided by startup.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Date
Table Cell (td)
#getTimeStamp()
Returns a date object initialized in client with current date and time.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
UUID
Table Cell (td)
#getUUID([uuidStringOrByteArray])
Get a new UUID object (also known as GUID) or convert the parameter (that can be string or byte array) to an UUID object.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getUserProperty(name)
Get a persistent user property.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String[]
Table Cell (td)
#getUserPropertyNames()
Get all persistent user property names.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Array
Table Cell (td)
#getValueListArray(name)
Retrieve a valuelist as array, to get real-values for display-values.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Object
Table Cell (td)
#getValueListDisplayValue(name, realValue)
Retrieve a valuelist display-value for a real-value.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
JSDataSet
Table Cell (td)
#getValueListItems(name)
Get all values from a custom or database type value list as dataset (with columns displayValue,realValue).
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String[]
Table Cell (td)
#getValueListNames()
Get all the valuelist names as array.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#getVersion()
Returns the application version.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getWindowHeight([windowName])
Get the window height in pixels.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getWindowWidth([windowName])
Get the window width in pixels.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getWindowX([windowName])
Get the window X location in pixels.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Number
Table Cell (td)
#getWindowY([windowName])
Get the window Y location in pixels.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#isInDeveloper()
Returns true if the solution is running in the developer.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#isLastPrintPreviewPrinted()
Check if the last printpreview did print.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#output(msg)
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#output(msg, [level])
Output something on the out stream.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#overrideStyle(originalStyleName, newStyleName)
Overrides one style (defined in in a form) with another.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#playSound(url)
Play a sound (AU file, an AIFF file, a WAV file, and a MIDI file).
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#redo()
Redo last action (if possible).
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#removeAllClientInfo()
Removes all names given to the client via the admin page.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setClipboardContent(string)
Sets a string object in the clipboard.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setNumpadEnterAsFocusNextEnabled(enabled)
Set if numpad enter should behave like focus next.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setStatusText(text, [tip])
Set the status area value.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setToolbarVisible(name, visible)
Make a toolbar visible or invisible.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#setUIProperty(name, value)
Sets a UI property.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setUserProperty(name, value)
Set a persistent user property.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setValueListItems(name, displayValArray/dataset, [realValuesArray], [autoconvert(false)])
Fill a custom type valuelist with values from array(s) or dataset.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setWindowLocation(x, y, [windowName])
Set the window location.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#setWindowSize(width, height, [windowName])
Set the window size.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Date
Table Cell (td)
#showCalendar([selecteddate], [dateformat])
Show the calendar, returns selected date or null if canceled.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#showColorChooser([colorString])
Show the colorChooser.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#showFontChooser([fontString])
Show the font chooser dialog.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#showForm(form)
Show the form specified by the parameter, that can be a name (is case sensitive!) or a form object.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#showFormInDialog(form, [x], [y], [width], [height], [dialogTitle], [resizable], [showTextToolbar], [windowName], [modal])
Show the specified form in a dialog.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#showFormInWindow(form, [x], [y], [width], [height], [dialogTitle], [resizable], [showTextToolbar], [windowName])
Show the specified form in a window.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
String
Table Cell (td)
#showI18NDialog([keyToSelect], [languageToSelect])
Opens the i18n dialog so users can change translations.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
Boolean
Table Cell (td)
#showURL(url, [webclientTarget], [webclientTargetOptions/timeout], [timeout])
Shows an URL in a browser.
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#sleep(ms)
Sleep for specified time (in milliseconds).
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#undo()
Undo last action (if possible).
Table Body (tbody)
Table Row (tr)
Table Cell (td)
void
Table Cell (td)
#updateUI([milliseconds])
Updates the UI (painting).

...