Methods for cWebHtmlList

View method list in hierarchical order

NameTypeDescriptionDefining Class
AddKeyHandlerProcedureAdds a client side key handlercWebBaseUIObject
AllowChangeSelectedRowFunctionTests whether you can move off the selected row to a different rowcWebList
AppendNewRowProcedureInstructs the client to add a new row to the end of the gridcWebList
ApplyColumnLayoutProcedureApplies a column layoutcWebList
ApplyGroupConfigProcedureApplies a group configuration for automatic groupingcWebList
CallBackProcedureUse this procedure to delay a task to a new server round-tripcWebObject
ChildByIndexFunctionCan be used to iterate the direct children of an objectcObject
ClassSuperClassFunctionReturns the superclass of the passed classcObject
ClearGridProcedureClears the grid rows creating an empty gridcWebList
ClearGroupConfigProcedureClears the grouping configurationcWebList
ClearSelectedRowFunctionDoes nothing in cWebListcWebList
ClientActionProcedureCalls a function of the client JavaScript objectcWebObject
ClientActionExProcedureAdds a client action to the response that will be executed on the clientcWebObject
ClientSortableFunctionDetermines whether the list could be sorted on the clientcWebList
CollapseAllGroupsProcedureCollapses all groupscWebList
ColumnCountFunctionReturns the number of columns in the listcWebList
ConditionalFocusProcedureGives the control the focus but only if the browser platform is not a mobile device (tablet / phone)cWebBaseUIObject
CreateFunctionCreates an object based on the passed Class IdcObject
CreateNamedFunctionCreates an object based on the passed Class Id and assigns it a name Name based on a passed namecObject
DataLossConfirmationProcedureDefault data loss Yes/No confirmation messagecWebBaseDEOServer
DataSetAppendRowProcedureAppends a new row of data to the end of the listcWebList
DataSetInsertRowAfterProcedureInserts a new row of data into the list after a specified rowcWebList
DataSetInsertRowBeforeProcedureInserts a new row of data into the list before a specified rowcWebList
DataSetRemoveRowProcedureRemoves a single row of data from the listcWebList
DataSetUpdateRowProcedureUpdates a single row in the list with new datacWebList
DDRefreshTableStatusFunctionReturns the table's status for the Refresh eventcWebBaseDEOServer
DeleteConfirmationProcedureDefault delete confirmation messagecWebBaseDEOServer
DeleteSelectedRowFunctionPerforms a DD delete row operationcWebList
DEO_Control_ObjectFunctionIndicates if this DEO is a data bindable control or containercWebBaseDEOServer
DEO_Find_ObjectFunctionIndicates that this DEO understands the DEO Request_Find protocolcWebBaseDEOServer
DEO_ObjectFunctionDetermines if the object understands the DEO interfacecWebObject
DestroyProcedureDestroys the object that receives the message and any child objects of that objectcObject
DragDataFunctionReturns the DragData for this controlcWebList
DropDataFunctionReturns the DragData for this controlcWebList
Exit_ApplicationProcedureStarts the process of closing an applicationcObject
ExpandAllGroupsProcedureExpands all groupscWebList
FindDDRecordInBufferProcedurePerforms a full refresh of the list and tries to maintain the current record in the DDcWebList
FindFromBottomProcedurePerforms a full refresh of the list / grid selecting the last record of the new data setcWebList
FindFromTopProcedurePerforms a full refresh of the list / grid selecting the first record of the new data setcWebList
FocusProcedureGives the control the focuscWebBaseUIObject
GetColumnObjectFunctionReturns the column object handle of the passed column IDcWebList
GridRefreshProcedureSend this message to fire an action on the client telling it to refresh the grid (for non-data-aware grids only)cWebList
HandleCacheErrorProcedureCalled when the grid cannot find a cached record on the back endcWebList
HideInfoBalloonProcedureHides an information ballooncWebBaseControl
HostFunctionReturns a Handle to the Host object of this web objectcWebObject
IndexOrderFunctionReturns the database index number currently used to sort the rows of a data-aware grid or listcWebList
InitDynamicPropProcedureSets a dynamic property valuecWebObject
InsertNewRowProcedureInstructs the client to insert a new row above the current row of the gridcWebList
IsClassOfClassFunctionDetermines whether the target class is part of the searched class's hierarchycObject
IsControlAccessibleFunctionDetermines if the control is currently accessiblecWebBaseUIObject
IsControlEnabledFunctionDetermines if a control is enabledcWebBaseUIObject
IsControlRenderedFunctionDetermines if a control is renderedcWebBaseUIObject
IsControlVisibleFunctionDetermines if a control is visiblecWebBaseUIObject
IsDynamicObjectFunctionChecks whether the object is dynamic or notcWebObject
IsLoadedFunctionChecks if the webobject is loaded to the clientcWebObject
IsObjectOfClassFunctionDetermines whether the passed class is part of the object's class hierarchycObject
LoadDataPageProcedureSent by the client to load a page of datacWebList
LoadGridRowFunctionHelper function for manually loading datacWebList
MoveDownRowProcedureInstructs the client to move the current row down one rowcWebList
MovePageDownProcedureInstructs the client to move the current row down one pagecWebList
MovePageUpProcedureInstructs the client to move the current row up one pagecWebList
MoveToFirstRowProcedureInstructs the client to navigate to the first rowcWebList
MoveToLastRowProcedureInstructs the client to navigate to the last rowcWebList
MoveToRowProcedureInstructs the client to navigate to the row matching the passed row indexcWebList
MoveToRowByIDProcedureInstructs the client to navigate to the row matching the passed RowIDcWebList
MoveUpRowProcedureInstructs the client to move the current row up one rowcWebList
NavigateInfoFunctionReturns array of navigation paths that the current object has registeredcWebObject
NavigatePathProcedurePerforms the navigation registered for this web objectcWebObject
ObjectClassFunctionReturns the integer class ID assigned to the class this object is based oncObject
ProcessDataSetProcedureCalled to retrieve the entire set of grid data (rows & columns)cWebList
ptActionDataFunctionRetrieves the action data for a server action as value treecWebObject
ReadingServerFunctionReturns the actual Server DDO used by the listcWebList
RefreshListFromDDProcedureRefreshes a data-aware grid around the current record in the server Data DictionarycWebList
RemoveKeyHandlerProcedureRemoves a client side key handlercWebBaseUIObject
RemoveRowProcedureInstructs the client to remove the specified row at the clientcWebList
ReportCacheErrorProcedureCalled when a cache error should be reportedcWebList
Request_ClearProcedureAttempts to clear changes in a rowcWebList
Request_Clear_AllProcedurePerforms a DD Clear_All operationcWebBaseDEOServer
Request_DeleteProcedureAttempts to delete the current rowcWebList
Request_Destroy_ObjectProcedureUse the Destroy method instead [Obsolete]cObject
Request_SaveProcedureAttempts to save changes in the current rowcWebList
RequestClearAllExecProcedurePerforms the second half of a DD Clear_All operation which was started by Request_Clear_AllcWebBaseDEOServer
RequestClearExecProcedurePerforms the second half of a DD Clear operation which was started by Request_ClearcWebBaseDEOServer
RequestDeleteExecProcedurePerforms the second half of a DD delete row operation which was started by Request_Delete/DeleteSelectedRowcWebList
RequestSaveExecProcedurePerforms the second half of a DD save operation which was started by Request_SavecWebBaseDEOServer
ResetColumnLayoutProcedureResets the column layout to the original design time layoutcWebList
SaveClearCancelConfirmationProcedureDefault save, clear, cancel Yes/No/Cancel confirmation messagecWebBaseDEOServer
SaveConfirmationProcedureDefault save confirmation messagecWebBaseDEOServer
SaveSelectedRowFunctionDoes nothing in cWebListcWebList
ScrollIntoViewProcedureScrolls an object that is currently scrolled out of the view into viewcWebBaseUIObject
ScrollToColumnObjectProcedureScrolls a column into the view by scrolling horizontallycWebList
SearchProcedureSends the showSearch client action to the clientcWebList
SelectBestColumnFunctionFinds the best column for the passed table and column numbercWebList
ServerDEOFunctionReturns the DEO that sets the servercWebBaseDEOServer
SetActionModeProcedureAllows developer to configure a wait dialog for every server actioncWebObject
ShowInfoBalloonProcedureDisplays an information ballooncWebBaseControl
UnSyncWebPropertyProcedureUnsynchronizes a client web propertycWebObject
UpdateHtmlTemplateProcedureUpdates the template and rerenders the list
WebMethodByNameFunctionSearches for the message handle of a message based on the name of a web methodcWebObject
WebMethodIsFunctionFunctionDetermines if a web method is a function or a procedurecWebObject
WebMethodNameFunctionConverts the message handle of a web method into a stringcWebObject
WebObjectByNameFunctionSearches for the object handle of a web object using its public namecWebObject
WebObjectNameFunctionThe public web object name of this objectcWebObject