Methods for cWebWidgetConfigurationWizardStandard

View method list in hierarchical order

NameTypeDescriptionDefining Class
AddDDOStructureProcedureInforms the view that additional DDO structures exist that are not connected to the main DDO StructurecWebView
AddKeyHandlerProcedureAdds a client side key handlercWebBaseUIObject
CallBackProcedureUse this procedure to delay a task to a new server round-tripcWebObject
CancelProcedureCloses the dialog with "cancelled" statuscWebModalDialog
ChangeEditModeProcedureSets a drilldown view's edit mode and updates the enabled state of the DEOscWebView
ChildByIndexFunctionCan be used to iterate the direct children of an objectcObject
ClassSuperClassFunctionReturns the superclass of the passed classcObject
ClientActionProcedureCalls a function of the client JavaScript objectcWebObject
ClientActionExProcedureAdds a client action to the response that will be executed on the clientcWebObject
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
CustomStateHashFunctionRetrieves the custom part of the current view state hash when re-initializing a view based on a state hashcWebView
DataLossConfirmationProcedureDefault data loss Yes/No confirmation messagecWebBaseDEOServer
DDRefreshTableStatusFunctionReturns the table's status for the Refresh eventcWebBaseDEOServer
DefaultKeyHandlersProcedureAssigns default key handlers for the Find, Save, Clear and Delete keyscWebView
DeleteConfirmationProcedureDefault delete confirmation messagecWebBaseDEOServer
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 controlcWebBaseUIObject
DropDataFunctionReturns the DragData for this controlcWebBaseUIObject
Exit_ApplicationProcedureStarts the process of closing an applicationcObject
FocusProcedureGives the control the focuscWebBaseUIObject
GenerateStateHashFunctionGenerates the view state hash based on the current view statecWebView
GenerateStateHashRecordIdFunctionGenerates a record ID that is used in a view state hashcWebView
GetBreadCrumbCaptionFunctionGets the breadcrumb control's breadcrumb value for this viewcWebView
GetConfigValuesFunctionUsed to extract the values from the cWebWidgetConfigurationWizardcWebWidgetConfigurationWizard
GetHeaderCaptionFunctionGets the breadcrumb control's caption value for this viewcWebView
GetNavigateDataFunctionGets the tWebNavigateData for the viewcWebView
GetPropValueFunctionConvenience method to get a tWidgetConfigPropValue from the passed arraycWebWidgetConfigurationWizard
HandleClearKeyProcedureCalled by the client when a Clear key is pressedcWebView
HandleDeleteKeyProcedureCalled by the client when a Delete key is pressedcWebView
HandleFindKeyProcedureCalled by the client when a Find key is pressedcWebView
HandleSaveKeyProcedureCalled by the client when a Save key is pressedcWebView
HashRecordIdToRowIdFunctionConverts a record ID generated with GenerateStateHashRecordId back into a RowIdcWebView
HideProcedureSends message to the client to hide this windowcWebWindow
HostFunctionReturns a Handle to the Host object of this web objectcWebObject
InitDynamicPropProcedureSets a dynamic property valuecWebObject
InvokingViewFunctionReturns a handle to the invoking view objectcWebModalDialog
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
IsInViewStackFunctionReturns whether the view is in the view stack of a drill-down web applicationcWebView
IsLoadedFunctionChecks if the webobject is loaded to the clientcWebView
IsObjectOfClassFunctionDetermines whether the passed class is part of the object's class hierarchycObject
IsViewChangedFunctionReturns True if the view is changedcWebView
IsViewReadOnlyFunctionReturns True if a drilldown style view is read-onlycWebView
NavigateBeginProcedureUsed when you want the view to be the first and only view in the view stack in a mobile web application (drilldown interface)cWebView
NavigateCancelProcedureSend this to the view being closed if you wish to cancel a selection operation in a mobile web application (drilldown interface)cWebView
NavigateCancelToProcedureWorks the same as NavigateCancel, except you can close all views in the stack up to hoView, which will then become the top view in a mobile web application (drilldown interface)cWebView
NavigateCloseProcedureUsed to close the current view, remove it from the view stack and make the invoking view the top view in a mobile web application (drilldown interface)cWebView
NavigateCloseToProcedureWorks the similar to NavigateClose, except you can close all views in the stack up to hoView, which will then become the top view in a mobile web application (drilldown interface)cWebView
NavigateForwardProcedureSent to the object you wish to navigate to in a mobile web application (drilldown interface)cWebView
NavigateForwardCustomProcedurePerforms a custom forward navigation to this view forcing the navigate-from type to be nfUndefinedcWebView
NavigateInfoFunctionReturns array of navigation paths that the current object has registeredcWebObject
NavigatePathProcedurePerforms the navigation registered for this web objectcWebObject
NotifyCloseModalDialogProcedureSends the callback method to the callback objectcWebModalDialog
ObjectClassFunctionReturns the integer class ID assigned to the class this object is based oncObject
OkProcedureCalled to trigger a successful closing of a dialogcWebModalDialog
ParkPropValueProcedureStores a tWidgetConfigPropValue for later usecWebWidgetConfigurationWizard
PopupProcedureActivates the modal dialogcWebModalDialog
ptActionDataFunctionRetrieves the action data for a server action as value treecWebObject
RefreshRecordProcedurePerforms a refind and refresh based on the main view's DD recordcWebView
RemoveKeyHandlerProcedureRemoves a client side key handlercWebBaseUIObject
Request_ClearProcedurePerforms a DD Clear operationcWebBaseDEOServer
Request_Clear_AllProcedurePerforms a DD Clear_All operationcWebBaseDEOServer
Request_DeleteProcedurePerforms a DD delete operationcWebBaseDEOServer
Request_Destroy_ObjectProcedureUse the Destroy method instead [Obsolete]cObject
Request_SaveProcedurePerforms a DD save operationcWebBaseDEOServer
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 operation which was started by Request_DeletecWebBaseDEOServer
RequestSaveExecProcedurePerforms the second half of a DD save operation which was started by Request_SavecWebBaseDEOServer
RetrieveParkedPropValueFunctionRetrieves a stored tWidgetConfigPropValuecWebWidgetConfigurationWizard
ReturnObjectFunctionReturns a handle to the return objectcWebModalDialog
SaveClearCancelConfirmationProcedureDefault save, clear, cancel Yes/No/Cancel confirmation messagecWebBaseDEOServer
SaveConfirmationProcedureDefault save confirmation messagecWebBaseDEOServer
ScrollIntoViewProcedureScrolls an object that is currently scrolled out of the view into viewcWebBaseUIObject
ServerDEOFunctionReturns the DEO that sets the servercWebBaseDEOServer
SetActionModeProcedureAllows developer to configure a wait dialog for every server actioncWebObject
SetBreadCrumbCaptionProcedureSets the value of the breadcrumb control's breadcrumb section during forward navigationcWebView
SetHeaderCaptionProcedureSets the value of the breadcrumb control's header section during forward navigationcWebView
SetNavigateDataProcedureSets the current tWebNavigateData for the viewcWebView
SetPropValueProcedureConvenience method to add a tWidgetConfigPropValue to the passed arraycWebWidgetConfigurationWizard
ShowProcedureSends message to the client to show this windowcWebWindow
UnSyncWebPropertyProcedureUnsynchronizes a client web propertycWebObject
UpdatePageTitleProcedureCall this procedure to trigger an update of the page titlecWebView
UpdateStateHashProcedureTriggers an update of the state hashcWebView
ViewObjectFunctionCan be sent to any object within a cWebView to return the handle of that cWebViewcWebWindow
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