WebDrillDown for JSP
Client-Side Methods

Client-side JavaScript functions implemented by WebDrillDown.

See also Client-Side Events.

JavaScript Functions

function cwddAppendKeyValue (sourcePath, keyString, valueString)
 Appends a new key/value pair to the end of the path string. More...
 
function cwddExtractKeys (sourcePath)
 Extracts the key portion(s) of a path that contains key/value pair(s). More...
 
function cwddExtractValues (sourcePath)
 Extracts the value portion(s) of a path that contains key/value pair(s). More...
 
function cwddGetFullPath (controlId)
 Gets the current full path selected in the WebDrillDown control. More...
 
function cwddGetSelectedIndex (controlId)
 Gets the index of the selected button in the WebDrillDown control. More...
 
function cwddInitializeControl (controlId, controlSettings, controlData)
 Initializes a new WebDrillDown instance with the specified control settings and data. More...
 
function cwddProcessResponse (controlId, responseData)
 Processes the response from a request to retrieve information for a popup object. More...
 
function cwddSetFocus (controlId)
 Sets the keyboard focus to the WebDrillDown control. More...
 
function cwddSetFullPath (controlId, fullPath)
 Sets the current full path selected in the WebDrillDown control. More...
 
function cwddSetSelectedIndex (controlId, selectedIndex)
 Sets the index of the selected button in the WebDrillDown control. More...
 
function cwddUninitializeControl (controlId)
 Uninitializes the specified WebDrillDown control instance. More...
 

Function Documentation

function cwddAppendKeyValue ( sourcePath, keyString, valueString )
inline

Appends a new key/value pair to the end of the path string.

Parameters
sourcePathThe source path to append the new key/value pair.
keyStringThe new key string to append to the end of the path.
valueStringThe new value string to append to the end of the path.
Returns
The resulting path that contains the new key/value pair.
function cwddExtractKeys ( sourcePath )
inline

Extracts the key portion(s) of a path that contains key/value pair(s).

Parameters
sourcePathThe source path that contains some key/value pair(s).
Returns
The resulting path that contains key(s) only.
function cwddExtractValues ( sourcePath )
inline

Extracts the value portion(s) of a path that contains key/value pair(s).

Parameters
sourcePathThe source path that contains some key/value pair(s).
Returns
The resulting path that contains value(s) only.
function cwddGetFullPath ( controlId )
inline

Gets the current full path selected in the WebDrillDown control.

Parameters
controlIdThe control identifier of the WebDrillDown instance.
Returns
The current full path selected in the WebDrillDown control.
function cwddGetSelectedIndex ( controlId )
inline

Gets the index of the selected button in the WebDrillDown control.

Parameters
controlIdThe control identifier of the WebDrillDown instance.
Returns
The index of the selected button in the WebDrillDown control.
function cwddInitializeControl ( controlId, controlSettings, controlData )
inline

Initializes a new WebDrillDown instance with the specified control settings and data.

Parameters
controlIdThe control identifier of the WebDrillDown instance.
controlSettingsThe control settings as a JSON string or JavaScript object.
controlDataThe control data as a JSON string or JavaScript object, or null to load on demand.
Returns
None.
function cwddProcessResponse ( controlId, responseData )
inline

Processes the response from a request to retrieve information for a popup object.

Parameters
controlIdThe control identifier of the WebDrillDown instance.
responseDataThe popup information as a JSON string or JavaScript object, or null to indicate the information could not be retrieved.
Returns
None.
function cwddSetFocus ( controlId )
inline

Sets the keyboard focus to the WebDrillDown control.

Parameters
controlIdThe control identifier of the WebDrillDown instance.
Returns
None.
function cwddSetFullPath ( controlId, fullPath )
inline

Sets the current full path selected in the WebDrillDown control.

Parameters
controlIdThe control identifier of the WebDrillDown instance.
fullPathThe current full path selected in the WebDrillDown control.
Returns
None.
function cwddSetSelectedIndex ( controlId, selectedIndex )
inline

Sets the index of the selected button in the WebDrillDown control.

Parameters
controlIdThe control identifier of the WebDrillDown instance.
selectedIndexThe index of the selected button in the WebDrillDown control.
Returns
None.
function cwddUninitializeControl ( controlId )
inline

Uninitializes the specified WebDrillDown control instance.

Parameters
controlIdThe control identifier of the WebDrillDown instance.
Returns
None.

The documentation for this class was generated from the following file: