|
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 cwddAppendKeyValue |
( |
sourcePath, |
keyString, |
valueString |
) |
|
|
inline
|
Appends a new key/value pair to the end of the path string.
- Parameters
-
sourcePath | The source path to append the new key/value pair. |
keyString | The new key string to append to the end of the path. |
valueString | The 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
-
sourcePath | The 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
-
sourcePath | The 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
-
controlId | The 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
-
controlId | The 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
-
controlId | The control identifier of the WebDrillDown instance. |
controlSettings | The control settings as a JSON string or JavaScript object. |
controlData | The 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
-
controlId | The control identifier of the WebDrillDown instance. |
responseData | The 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
-
controlId | The control identifier of the WebDrillDown instance. |
- Returns
- None.
function cwddSetFullPath |
( |
controlId, |
fullPath |
) |
|
|
inline
|
Sets the current full path selected in the WebDrillDown control.
- Parameters
-
controlId | The control identifier of the WebDrillDown instance. |
fullPath | The 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
-
controlId | The control identifier of the WebDrillDown instance. |
selectedIndex | The index of the selected button in the WebDrillDown control. |
- Returns
- None.
function cwddUninitializeControl |
( |
controlId |
) |
|
|
inline
|
Uninitializes the specified WebDrillDown control instance.
- Parameters
-
controlId | The control identifier of the WebDrillDown instance. |
- Returns
- None.
The documentation for this class was generated from the following file: