Methods for cWebMultiSelectList
View method list in alphabetical order.
| Name | Type | Description | Defining Class |
|---|---|---|---|
| AreAllSelected | Function | cWebMultiSelectList | |
| ClearListSelection | Procedure | This clears the selection on the client | cWebMultiSelectList |
| DeleteListSelection | Procedure | This method removes all rows selected from the List | cWebMultiSelectList |
| DragData | Function | Returns selected DragData | cWebMultiSelectList |
| DropData | Function | Returns selected DropData | cWebMultiSelectList |
| MultiDeleteConfirmation | Procedure | Called when an item is being removed from the list | cWebMultiSelectList |
| RequestDeleteExec | Procedure | The underlying method of DeleteListSelection | cWebMultiSelectList |
| SelectAll | Procedure | cWebMultiSelectList |
Inherited Methods from cWebList
| Name | Type | Description | Defining Class |
|---|---|---|---|
| AllowChangeSelectedRow | Function | Tests whether you can move off the selected row to a different row | cWebList |
| AppendNewRow | Procedure | Instructs the client to add a new row to the end of the grid | cWebList |
| ApplyColumnLayout | Procedure | Applies a column layout | cWebList |
| ApplyGroupConfig | Procedure | Applies a group configuration for automatic grouping | cWebList |
| ClearGrid | Procedure | Clears the grid rows creating an empty grid | cWebList |
| ClearGroupConfig | Procedure | Clears the grouping configuration | cWebList |
| ClearSelectedRow | Function | Does nothing in cWebList | cWebList |
| ClientSortable | Function | Determines whether the list could be sorted on the client | cWebList |
| CollapseAllGroups | Procedure | Collapses all groups | cWebList |
| ColumnCount | Function | Returns the number of columns in the list | cWebList |
| DataSetAppendRow | Procedure | Appends a new row of data to the end of the list | cWebList |
| DataSetInsertRowAfter | Procedure | Inserts a new row of data into the list after a specified row | cWebList |
| DataSetInsertRowBefore | Procedure | Inserts a new row of data into the list before a specified row | cWebList |
| DataSetRemoveRow | Procedure | Removes a single row of data from the list | cWebList |
| DataSetUpdateRow | Procedure | Updates a single row in the list with new data | cWebList |
| Define_cFilterExpression_mixin | Procedure | cWebList | |
| DeleteSelectedRow | Function | Performs a DD delete row operation | cWebList |
| DragData | Function | Returns the DragData for this control | cWebList |
| DropData | Function | Returns the DragData for this control | cWebList |
| ExpandAllGroups | Procedure | Expands all groups | cWebList |
| FindDDRecordInBuffer | Procedure | Performs a full refresh of the list and tries to maintain the current record in the DD | cWebList |
| FindFromBottom | Procedure | Performs a full refresh of the list / grid selecting the last record of the new data set | cWebList |
| FindFromTop | Procedure | Performs a full refresh of the list / grid selecting the first record of the new data set | cWebList |
| GetColumnObject | Function | Returns the column object handle of the passed column ID | cWebList |
| GridRefresh | Procedure | Send this message to fire an action on the client telling it to refresh the grid (for non-data-aware grids only) | cWebList |
| HandleCacheError | Procedure | Called when the grid cannot find a cached record on the back end | cWebList |
| IndexOrder | Function | Returns the database index number currently used to sort the rows of a data-aware grid or list | cWebList |
| InsertNewRow | Procedure | Instructs the client to insert a new row above the current row of the grid | cWebList |
| LoadDataPage | Procedure | Sent by the client to load a page of data | cWebList |
| LoadGridRow | Function | Helper function for manually loading data | cWebList |
| MoveDownRow | Procedure | Instructs the client to move the current row down one row | cWebList |
| MovePageDown | Procedure | Instructs the client to move the current row down one page | cWebList |
| MovePageUp | Procedure | Instructs the client to move the current row up one page | cWebList |
| MoveToFirstRow | Procedure | Instructs the client to navigate to the first row | cWebList |
| MoveToLastRow | Procedure | Instructs the client to navigate to the last row | cWebList |
| MoveToRow | Procedure | Instructs the client to navigate to the row matching the passed row index | cWebList |
| MoveToRowByID | Procedure | Instructs the client to navigate to the row matching the passed RowID | cWebList |
| MoveUpRow | Procedure | Instructs the client to move the current row up one row | cWebList |
| ProcessDataSet | Procedure | Called to retrieve the entire set of grid data (rows & columns) | cWebList |
| ReadingServer | Function | Returns the actual Server DDO used by the list | cWebList |
| RefreshListFromDD | Procedure | Refreshes a data-aware grid around the current record in the server Data Dictionary | cWebList |
| RemoveRow | Procedure | Instructs the client to remove the specified row at the client | cWebList |
| ReportCacheError | Procedure | Called when a cache error should be reported | cWebList |
| Request_Clear | Procedure | Attempts to clear changes in a row | cWebList |
| Request_Delete | Procedure | Attempts to delete the current row | cWebList |
| Request_Save | Procedure | Attempts to save changes in the current row | cWebList |
| RequestDeleteExec | Procedure | Performs the second half of a DD delete row operation which was started by Request_Delete/DeleteSelectedRow | cWebList |
| ResetColumnLayout | Procedure | Resets the column layout to the original design time layout | cWebList |
| SaveSelectedRow | Function | Does nothing in cWebList | cWebList |
| ScrollToColumnObject | Procedure | Scrolls a column into the view by scrolling horizontally | cWebList |
| Search | Procedure | Sends the showSearch client action to the client | cWebList |
| SelectBestColumn | Function | Finds the best column for the passed table and column number | cWebList |
Inherited Methods from cWebBaseControl
| Name | Type | Description | Defining Class |
|---|---|---|---|
| HideInfoBalloon | Procedure | Hides an information balloon | cWebBaseControl |
| ShowInfoBalloon | Procedure | Displays an information balloon | cWebBaseControl |
Inherited Methods from cWebBaseDEOServer
| Name | Type | Description | Defining Class |
|---|---|---|---|
| DataLossConfirmation | Procedure | Default data loss Yes/No confirmation message | cWebBaseDEOServer |
| DDRefreshTableStatus | Function | Returns the table's status for the Refresh event | cWebBaseDEOServer |
| DeleteConfirmation | Procedure | Default delete confirmation message | cWebBaseDEOServer |
| DEO_Control_Object | Function | Indicates if this DEO is a data bindable control or container | cWebBaseDEOServer |
| DEO_Find_Object | Function | Indicates that this DEO understands the DEO Request_Find protocol | cWebBaseDEOServer |
| Request_Clear | Procedure | Performs a DD Clear operation | cWebBaseDEOServer |
| Request_Clear_All | Procedure | Performs a DD Clear_All operation | cWebBaseDEOServer |
| Request_Delete | Procedure | Performs a DD delete operation | cWebBaseDEOServer |
| Request_Save | Procedure | Performs a DD save operation | cWebBaseDEOServer |
| RequestClearAllExec | Procedure | Performs the second half of a DD Clear_All operation which was started by Request_Clear_All | cWebBaseDEOServer |
| RequestClearExec | Procedure | Performs the second half of a DD Clear operation which was started by Request_Clear | cWebBaseDEOServer |
| RequestDeleteExec | Procedure | Performs the second half of a DD delete operation which was started by Request_Delete | cWebBaseDEOServer |
| RequestSaveExec | Procedure | Performs the second half of a DD save operation which was started by Request_Save | cWebBaseDEOServer |
| SaveClearCancelConfirmation | Procedure | Default save, clear, cancel Yes/No/Cancel confirmation message | cWebBaseDEOServer |
| SaveConfirmation | Procedure | Default save confirmation message | cWebBaseDEOServer |
| ServerDEO | Function | Returns the DEO that sets the server | cWebBaseDEOServer |
Inherited Methods from cWebBaseUIObject
| Name | Type | Description | Defining Class |
|---|---|---|---|
| AddKeyHandler | Procedure | Adds a client side key handler | cWebBaseUIObject |
| ConditionalFocus | Procedure | Gives the control the focus but only if the browser platform is not a mobile device (tablet / phone) | cWebBaseUIObject |
| DragData | Function | Returns the DragData for this control | cWebBaseUIObject |
| DropData | Function | Returns the DragData for this control | cWebBaseUIObject |
| Focus | Procedure | Gives the control the focus | cWebBaseUIObject |
| IsControlAccessible | Function | Determines if the control is currently accessible | cWebBaseUIObject |
| IsControlEnabled | Function | Determines if a control is enabled | cWebBaseUIObject |
| IsControlRendered | Function | Determines if a control is rendered | cWebBaseUIObject |
| IsControlVisible | Function | Determines if a control is visible | cWebBaseUIObject |
| RemoveKeyHandler | Procedure | Removes a client side key handler | cWebBaseUIObject |
| ScrollIntoView | Procedure | Scrolls an object that is currently scrolled out of the view into view | cWebBaseUIObject |
Inherited Methods from cWebObject
| Name | Type | Description | Defining Class |
|---|---|---|---|
| CallBack | Procedure | Use this procedure to delay a task to a new server round-trip | cWebObject |
| ClientAction | Procedure | Calls a function of the client JavaScript object | cWebObject |
| ClientActionEx | Procedure | Adds a client action to the response that will be executed on the client | cWebObject |
| DEO_Object | Function | Determines if the object understands the DEO interface | cWebObject |
| Host | Function | Returns a Handle to the Host object of this web object | cWebObject |
| InitDynamicProp | Procedure | Sets a dynamic property value | cWebObject |
| IsDynamicObject | Function | Checks whether the object is dynamic or not | cWebObject |
| IsLoaded | Function | Checks if the webobject is loaded to the client | cWebObject |
| NavigateInfo | Function | Returns array of navigation paths that the current object has registered | cWebObject |
| NavigatePath | Procedure | Performs the navigation registered for this web object | cWebObject |
| ptActionData | Function | Retrieves the action data for a server action as value tree | cWebObject |
| ResourceManager | Function | Returns handle to the cWebResourceManager object | cWebObject |
| ServerPropStore | Function | Returns handle to the cWebServerPropStore object | cWebObject |
| ServiceDispatcher | Function | Returns handle to the cWebServiceDispatcher object | cWebObject |
| SessionManager | Function | Returns handle to the cWebSessionManager object | cWebObject |
| SetActionMode | Procedure | Allows developer to configure a wait dialog for every server action | cWebObject |
| UnSyncWebProperty | Procedure | Unsynchronizes a client web property | cWebObject |
| ViewStack | Function | Returns handle to the cWebViewStack object | cWebObject |
| WebMethodByName | Function | Searches for the message handle of a message based on the name of a web method | cWebObject |
| WebMethodIsFunction | Function | Determines if a web method is a function or a procedure | cWebObject |
| WebMethodName | Function | Converts the message handle of a web method into a string | cWebObject |
| WebObjectByName | Function | Searches for the object handle of a web object using its public name | cWebObject |
| WebObjectName | Function | The public web object name of this object | cWebObject |
Inherited Methods from cObject
| Name | Type | Description | Defining Class |
|---|---|---|---|
| ChildByIndex | Function | Can be used to iterate the direct children of an object | cObject |
| ClassSuperClass | Function | Returns the superclass of the passed class | cObject |
| Create | Function | Creates an object based on the passed Class Id | cObject |
| CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name | cObject |
| Destroy | Procedure | Destroys the object that receives the message and any child objects of that object | cObject |
| Exit_Application | Procedure | Starts the process of closing an application | cObject |
| IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy | cObject |
| IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy | cObject |
| ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on | cObject |
| Request_Destroy_Object | Procedure | Use the Destroy method instead | cObject |