Methods for cWebWidgetConfigurationWizardStandard
View method list in hierarchical order.
| Name | Type | Description | Defining Class |
|---|---|---|---|
| AddDDOStructure | Procedure | Informs the view that additional DDO structures exist that are not connected to the main DDO Structure | cWebView |
| AddKeyHandler | Procedure | Adds a client side key handler It is possible to assign custom key handlers to controls and containers. | cWebBaseUIObject |
| CallBack | Procedure | Use this procedure to delay a task to a new server round-trip Use this procedure to delay a task to a new server next round-trip. | cWebObject |
| Cancel | Procedure | Closes the dialog with "cancelled" status Send Cancel to close the dialog with the "cancelled" status. | cWebModalDialog |
| ChangeEditMode | Procedure | Sets a drilldown view's edit mode and updates the enabled state of the DEOs Sets a drilldown view's edit mode and updates the enabled state of the data entry objects (DEOs). | cWebView |
| ChildByIndex | Function | Can be used to iterate the direct children of an object ChildByIndex is a function that can be used to iterate the direct children of an object. | cObject |
| ClassSuperClass | Function | Returns the superclass of the passed class This returns the superclass of the passed class. | cObject |
| ClientAction | Procedure | Calls a function of the client JavaScript object Send ClientAction to call a function that belongs to the JavaScript object on the client that represents the DataFlex object. | cWebObject |
| ClientActionEx | Procedure | Adds a client action to the response that will be executed on the client Adds a client action to the response that will be executed on the client. | cWebObject |
| ConditionalFocus | Procedure | Gives the control the focus but only if the browser platform is not a mobile device (tablet / phone) | cWebBaseUIObject |
| Create | Function | Creates an object based on the passed Class Id The Create function is used to dynamically create objects. | cObject |
| CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name Creates an object based on the passed Class Id and assigns it a name Name based on a passed name. | cObject |
| CustomStateHash | Function | Retrieves the custom part of the current view state hash when re-initializing a view based on a state hash | cWebView |
| DataLossConfirmation | Procedure | Default data loss Yes/No confirmation message | cWebBaseDEOServer |
| DDRefreshTableStatus | Function | Returns the table's status for the Refresh event DDRefreshTableStatus returns the table's status for the Refresh event. | cWebBaseDEOServer |
| DefaultKeyHandlers | Procedure | Assigns default key handlers for the Find, Save, Clear and Delete keys This procedure assigns the default key handlers for the Find, Save, Clear and Delete keys. | cWebView |
| Define_cWebRadioContainer_mixin | Procedure | cWebWindow | |
| DeleteConfirmation | Procedure | Default delete confirmation message This is the default delete confirmation message. | cWebBaseDEOServer |
| DEO_Control_Object | Function | Indicates if this DEO is a data bindable control or container Required DD/DEO interface. | cWebBaseDEOServer |
| DEO_Find_Object | Function | Indicates that this DEO understands the DEO Request_Find protocol Required DD/DEO interface. | cWebBaseDEOServer |
| DEO_Object | Function | Determines if the object understands the DEO interface Determines if the object understands the data entry object (DEO) interface (is data-aware). | cWebObject |
| Destroy | Procedure | Destroys the object that receives the message and any child objects of that object The Destroy message destroys the object that receives the message. | cObject |
| DragData | Function | Returns the DragData for this control Returns the DragData for this control, set by the active cWebDragDropHelper object. | cWebBaseUIObject |
| DropData | Function | Returns the DragData for this control Returns the DragData for this control, set by the active cWebDragDropHelper object. | cWebBaseUIObject |
| Exit_Application | Procedure | Starts the process of closing an application The Exit_Application message is used to close the program. | cObject |
| Focus | Procedure | Gives the control the focus Gives the control the focus. | cWebBaseUIObject |
| GenerateStateHash | Function | Generates the view state hash based on the current view state Generates the view state hash based on the current view state. | cWebView |
| GenerateStateHashRecordId | Function | Generates a record ID that is used in a view state hash Generates a record ID that is used in a view state hash. | cWebView |
| GetBreadcrumbCaption | Function | Gets the breadcrumb control's breadcrumb value for this view GetBreadcrumbCaption gets the breadcrumb control's (cWebBreadcrumb) breadcrumb value for this view. | cWebView |
| GetConfigValues | Function | Used to extract the values from the cWebWidgetConfigurationWizard This function is used to extract the values from the cWebWidgetConfigurationWizard. | cWebWidgetConfigurationWizard |
| GetHeaderCaption | Function | Gets the breadcrumb control's caption value for this view GetHeaderCaption gets the breadcrumb control's (cWebBreadcrumb) header value for this view. | cWebView |
| GetNavigateData | Function | Gets the tWebNavigateData for the view GetNavigateData returns the current tWebNavigate data for view by accessing a private web property. | cWebView |
| GetPropValue | Function | Convenience method to get a tWidgetConfigPropValue from the passed array Convenience method to get a tWidgetConfigPropValue from the passed array. | cWebWidgetConfigurationWizard |
| HandleClearKey | Procedure | Called by the client when a Clear key is pressed This published procedure is called by the client when a Clear key is pressed. | cWebView |
| HandleDeleteKey | Procedure | Called by the client when a Delete key is pressed This published procedure is called by the client when a Delete key is pressed. | cWebView |
| HandleFindKey | Procedure | Called by the client when a Find key is pressed This published procedure is called by the client when a Find key is pressed. | cWebView |
| HandleSaveKey | Procedure | Called by the client when a Save key is pressed This published procedure is called by the client when a Save key is pressed. | cWebView |
| HashRecordIdToRowId | Function | Converts a record ID generated with GenerateStateHashRecordId back into a RowId Converts a record ID generated with GenerateStateHashRecordId back into a RowId. | cWebView |
| Hide | Procedure | Sends message to the client to hide this window Sends message to the client to hide this window. | cWebWindow |
| Host | Function | Returns a Handle to the Host object of this web object Use this function to get a handle to the host for this Web Object. | cWebObject |
| InitDynamicProp | Procedure | Sets a dynamic property value Sets a dynamic property value. | cWebObject |
| InvokingView | Function | Returns a handle to the invoking view object Returns a handle to the invoking view object (i.e. | cWebModalDialog |
| IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy | cObject |
| IsControlAccessible | Function | Determines if the control is currently accessible 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 Determines if a control is rendered (if pbRender is True of itself and its parents). | cWebBaseUIObject |
| IsControlVisible | Function | Determines if a control is visible Determines if a control is visible (if pbVisible is True of itself and its parents). | cWebBaseUIObject |
| IsDynamicObject | Function | Checks whether the object is dynamic or not Checks whether the object is dynamic or not. | cWebObject |
| IsInViewStack | Function | Returns whether the view is in the view stack of a drill-down web application | cWebView |
| IsLoaded | Function | Checks if the webobject is loaded to the client Checks if the webobject is loaded to the client by asking the owner. | cWebView |
| IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy This returns True if the passed class is part of the object's class hierarchy. | cObject |
| IsViewChanged | Function | Returns True if the view is changed IsViewChanged returns True if the view is changed. | cWebView |
| IsViewReadOnly | Function | Returns True if a drilldown style view is read-only | cWebView |
| NavigateBegin | Procedure | Used when you want the view to be the first and only view in the view stack in a mobile web application (drilldown interface) | cWebView |
| NavigateCancel | Procedure | Send this to the view being closed if you wish to cancel a selection operation in a mobile web application (drilldown interface) | cWebView |
| NavigateCancelTo | Procedure | Works 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 |
| NavigateClose | Procedure | Used 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 |
| NavigateCloseTo | Procedure | Works 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 |
| NavigateForward | Procedure | Sent to the object you wish to navigate to in a mobile web application (drilldown interface) | cWebView |
| NavigateForwardCustom | Procedure | Performs a custom forward navigation to this view forcing the navigate-from type to be nfUndefined | cWebView |
| NavigateInfo | Function | Returns array of navigation paths that the current object has registered Returns an array of navigation paths that the current object has registered. | cWebObject |
| NavigatePath | Procedure | Performs the navigation registered for this web object Performs the navigation registered for this web object. | cWebObject |
| NotifyCloseModalDialog | Procedure | Sends the callback method to the callback object Sends the callback method to the callback object using values WebSet in Popup. | cWebModalDialog |
| ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on Returns the integer class ID assigned to the class this object is based on. | cObject |
| Ok | Procedure | Called to trigger a successful closing of a dialog Called to trigger a successful closing of a dialog. | cWebModalDialog |
| ParkPropValue | Procedure | Stores a tWidgetConfigPropValue for later use Stores a tWidgetConfigPropValue for later use. | cWebWidgetConfigurationWizard |
| Popup | Procedure | Activates the modal dialog Send Popup to activate the modal dialog. | cWebModalDialog |
| ptActionData | Function | Retrieves the action data for a server action as value tree Retrieves the action data for a server action as value tree. | cWebObject |
| RefreshRecord | Procedure | Performs a refind and refresh based on the main view's DD record | cWebView |
| RegisterOnCallEndEvent | Procedure | cWebView | |
| RemoveKeyHandler | Procedure | Removes a client side key handler It is possible to assign custom key handlers to controls and containers. | cWebBaseUIObject |
| RemoveOnCallEndEvent | Procedure | cWebView | |
| Request_Clear | Procedure | Performs a DD Clear operation Request_Clear performs a clear operation by sending Clear to the object's DataDictionary object (DDO) Server. | cWebBaseDEOServer |
| Request_Clear_All | Procedure | Performs a DD Clear_All operation | cWebBaseDEOServer |
| Request_Delete | Procedure | Performs a DD delete operation | cWebBaseDEOServer |
| Request_Destroy_Object | Procedure | Use the Destroy method instead This method is used to destroy an object and all of its children. | cObject |
| 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 RequestSaveExec performs the second part of a Request_Save operation. | cWebBaseDEOServer |
| ResourceManager | Function | Returns handle to the cWebResourceManager object Use this function to get a handle to the cWebResourceManager object. | cWebObject |
| RetrieveParkedPropValue | Function | Retrieves a stored tWidgetConfigPropValue Retrieves a stored tWidgetConfigPropValue that was previously stored using ParkPropValue. | cWebWidgetConfigurationWizard |
| ReturnObject | Function | Returns a handle to the return object Returns a handle to the return object. | cWebModalDialog |
| SaveClearCancelConfirmation | Procedure | Default save, clear, cancel Yes/No/Cancel confirmation message | cWebBaseDEOServer |
| SaveConfirmation | Procedure | Default save confirmation message This is the default save confirmation message. | cWebBaseDEOServer |
| ScrollIntoView | Procedure | Scrolls an object that is currently scrolled out of the view into view Scrolls an object that is currently scrolled out of the view/hidden because the view has scrolled into view. | cWebBaseUIObject |
| ServerDEO | Function | Returns the DEO that sets the server Returns the data entry object (DEO) that sets the Server property. | cWebBaseDEOServer |
| ServerPropStore | Function | Returns handle to the cWebServerPropStore object Use this function to get a handle to the cWebServerPropStore object. | cWebObject |
| ServiceDispatcher | Function | Returns handle to the cWebServiceDispatcher object Use this function to get a handle to the cWebServiceDispatcher object. | cWebObject |
| SessionManager | Function | Returns handle to the cWebSessionManager object Use this function get a handle to the cWebSessionManager object. | cWebObject |
| SetActionMode | Procedure | Allows developer to configure a wait dialog for every server action | cWebObject |
| SetBreadcrumbCaption | Procedure | Sets the value of the breadcrumb control's breadcrumb section during forward navigation | cWebView |
| SetHeaderCaption | Procedure | Sets the value of the breadcrumb control's header section during forward navigation | cWebView |
| SetNavigateData | Procedure | Sets the current tWebNavigateData for the view SetNavigateData sets the passed tWebNavigateData NavigateData into a cWebView by setting a private web-property. | cWebView |
| SetPropValue | Procedure | Convenience method to add a tWidgetConfigPropValue to the passed array Convenience method to add a tWidgetConfigPropValue to the passed array. | cWebWidgetConfigurationWizard |
| Show | Procedure | Sends message to the client to show this window Sends message to the client to show this window. | cWebWindow |
| UnSyncWebProperty | Procedure | Unsynchronizes a client web property Unsynchronizes a client web property. | cWebObject |
| UpdatePageTitle | Procedure | Call this procedure to trigger an update of the page title Call this procedure to trigger an update of the page title. | cWebView |
| UpdateStateHash | Procedure | Triggers an update of the state hash This procedure triggers an update of the state hash. | cWebView |
| ViewObject | Function | Can be sent to any object within a cWebView to return the handle of that cWebView ViewObject can be sent to any object within a cWebView to return the handle of the cWebView. | cWebWindow |
| ViewStack | Function | Returns handle to the cWebViewStack object Use this function to get a handle to the cWebViewStack object used in drill-down applications. | cWebObject |
| WebMethodByName | Function | Searches for the message handle of a message based on the name of a web method This 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 Use this function to determine if a web method is a function or a procedure. | cWebObject |
| WebMethodName | Function | Converts the message handle of a web method into a string 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 This 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 Returns the public web object name of this object. | cWebObject |