Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
$#!
 $, Core
 __normalizeEvent, EventManager. EventManager
A
 Add
 AddClickListener, EventManager. EventManager
 AddKeyDownListener, EventManager. EventManager
 AddKeyPressListener, EventManager. EventManager
 AddKeyUpListener, EventManager. EventManager
 AddLoadListener, EventManager. EventManager
 AddMouseDownListener, EventManager. EventManager
 AddMouseUpListener, EventManager. EventManager
 AddMoveListener, EventManager. EventManager
C
 Clear, Collection. Collection
 Contains
 ContainsNoCase, Map.Map
D
 Debug, Log.Log
 DoFormPostRequest, Gateway. Gateway
 DoRequest, Gateway. Gateway
E
 error, Log.Log
 ExpandError, Text.Text
F
 FindPosX, Screen. Screen
 FindPosY, Screen. Screen
 FromThinList, List.List
G
 Get
 GetCookie, Cookie. Cookie
 GetInstance, Pipe.Pipe
 GetKeyCodeFromEvent, EventManager. EventManager
 GetKeyFromEvent, EventManager. EventManager
 GetKeysAsArray, Map.Map
 GetProperty, Properties. Properties
H
 HitArea, BinarySearch
I
 Include, Core.Core
 IndexOf
 Info, Log.Log
 Init
 IsEmpty, Collection. Collection
L
 LastIndexOf, Collection. Collection
P
 Parse, Properties. Properties
 ParseBoolean, Text.Text
 PropertyNames, Properties. Properties
 Put, Map.Map
R
 Redirect, Log.Log
 Reflect, Text.Text
 Remove
 RemoveByIndex
 RemoveCookie, Cookie. Cookie
S
 Search, BinarySearch. BinarySearch
 Set, Collection. Collection
 SetCookie, Cookie. Cookie
 SetCoords, MouseImpl. MouseImpl
 SetPermCookie, Cookie. Cookie
 SetProperty, Properties. Properties
 SetRawCookie, Cookie. Cookie
 Size
 Sort, QuickSort. QuickSort
 SplitNameValue, Properties. Properties
 Store, Properties. Properties
T
 ToArray, Collection. Collection
 ToString
 ToThinList, List.List
 ToWSArray, List.List
 ToWSStruct, Map.Map
U
 UnXmlFormat, Text.Text
W
 Warn, Log.Log
X
 XmlFormat, Text.Text
this["$"] = function(e)
Main pre processor function.
Appends the specified element to the end of this list (optional operation).
Adds the specified element to this set if it is not already present optional operation.
register a click listener
add a keyDownListener
add a key press Listener
add a keyUpListener
register an onload listner
register a mouse down listener
register a mouse up listener
register a move listener
Removes all of the elements from this list optional operation.
Returns true if this list contains the specified element.
see if keyname is already in this map lame algorithm
see if keyname is already in this map ignoring case
Write a debug line to the log
This method implements a multi-field form submission via a POST, using the ‘fields’ object as a set of name:value pairs to pass as the form fields.
Used to do an actual request.
Write an error line to the log Parameter: line - the text for the log object - (optional) the object this line is from “NO OBJECT” default
Takes an error object and gives a bit more description.
Finds the current X position of the passed in object
Finds the current Y position of the passed in object
creates a list from a “thin list” list using separator sep
Returns the element at the specified position in this list.
Gets a value from a key
gets a value from the current cookie
get an instace of the http connect object this actually just creates either an MS or Gecko type object.
Gets the key code from an event i.e.
Gets the key from an event i.e.
gets all the keys from this map as an array
Gets the value from the properites by key.
this.HitArea = function()
return class from binary search.
Function to write out all the files to be included
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
Returns the index the key or -1 if this map does not contain the key
Write an info line to the log
Link the event manager to a document.
Start up the log object and make sure any supporting items are created a new window for example.
Returns true if this list contains no elements.
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
Used to load a properies file from a string
looks at a string and guesses if its a true or false value works with items like “TRUE”,etc
Returns an enumeration of all the keys in this property list, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.
adds a name value pair
Changes the output of the error log to go to the predefined area (see the Log constants).
Removes the first occurrence in this list of the specified element (optional operation).
Removes the first occurrence in this map of the specified key
Removes the element at the specified position in this list (optional operation).
Removes the element at the specified position in this list (optional operation).
Removes a cookie (sets the expires to the past really)
Replaces the element at the specified position in this list with the specified element (optional operation).
sets a value in a cookie
gets the current mouse position and puts it into the MouseImpl object
sets a cookie that will last 20 years
Sets (or adds) a property from this properties object
Sets the preformatted string to the cookie
gets the size of this map object
gets the size of this map object
Do a quick sort on an array.
an array of two items, name and value
Writes the properties to string for storage into a cookie or xmlhttp
Returns an array containing all of the elements in this list in proper sequence.
Show the collection contents
Show the list contents
the ol’toString
Turns this List (array backed) into a string list, or “thin list” using sep as the separator
This is kind of weak and not very expandable, but its only used when this object is supposed to go to a web service and it requires the gateway
Put this whole map, including sub maps, into a xml fragment to send to the web service
does the reverse of XmlFormat.
Write a warn line to the log
Escapes the basic bad xml characters from a string