jsm

Class Jsm

Object
   |
   +--Jsm

class Jsm


Singleton holding global variables and functions; do not instantiate; use the existing variable jsm
Defined in net/sf/jsm/++jsmCore.js


Field Summary
<private>  Object resize
          should we resize (true if the mouse button is clicked)
<private>  Object resizeColumn
          which column to resize
<private>  Object resizeOriginalWidth
          original width of the column
<private>  Object resizeStartX
          x-position where we started the resize
 
Constructor Summary
Jsm ()
            Singleton holding global variables and functions; do not instantiate; use the existing variable jsm
 
Method Summary
 boolean arrayContains(theArray, obj)
           Does the array contain this object
 int arrayIndexOf(theArray, obj, fromIndex)
           Gets the index of an element in an array.
 boolean arrayOfSameValues(theArray, theOtherArray)
           Do the two arrays contain the same values?
 void jsmApplyTableFilter(<String> tableVariableName)
           On the specified table will remove all filters then iterate thru all form elements and create filters for appropriate ones (based on a naming convention 'jsmFilter
 void jsmResetTableFilter(<String> tableVariableName)
           Resets values on filter elements for specified table
 boolean noud(item)
           Null or undefined
 void openMessageWindow(message, width, height, bgColor)
           Opens a window in the center of the screen to display a message;
 String trim(<String> theString)
           Trims string left and right

Field Detail

resize

<private> Object resize

resizeColumn

<private> Object resizeColumn

resizeOriginalWidth

<private> Object resizeOriginalWidth

resizeStartX

<private> Object resizeStartX

Constructor Detail

Jsm

Jsm()

Method Detail

arrayContains

boolean arrayContains(theArray, obj)

arrayIndexOf

int arrayIndexOf(theArray, obj, fromIndex)

arrayOfSameValues

boolean arrayOfSameValues(theArray, theOtherArray)

jsmApplyTableFilter

void jsmApplyTableFilter(<String> tableVariableName)

jsmResetTableFilter

void jsmResetTableFilter(<String> tableVariableName)

noud

boolean noud(item)

openMessageWindow

void openMessageWindow(message, width, height, bgColor)

trim

String trim(<String> theString)

jsm

Documentation generated by JSDoc on Tue Sep 26 08:42:57 2006