Name | Type | Description |
---|---|---|
Cancel | Procedure | Closes the dialog with "cancelled" status |
InvokingView | Function | Returns a handle to the invoking view object |
NotifyCloseModalDialog | Procedure | Sends the callback method to the callback object |
Ok | Procedure | Called to trigger a successful closing of a dialog |
Popup | Procedure | Activates the modal dialog |
ReturnObject | Function | Returns a handle to the return object |
Inherited Methods from cWebView | ||
AddDDOStructure | Procedure | |
ChangeEditMode | Procedure | Sets a drilldown view's edit mode and updates the enabled state of the DEOs |
CustomStateHash | Function | Retrieves the custom part of the current view state hash when re-initializing a view based on a state hash |
DefaultKeyHandlers | Procedure | Assigns default key handlers for the Find, Save, Clear and Delete keys |
GenerateStateHash | Function | Generates the view state hash based on the current view state |
GenerateStateHashRecordId | Function | Generates a record ID that is used in a view state hash |
GetBreadCrumbCaption | Function | Gets the breadcrumb control's breadcrumb value for this view |
GetHeaderCaption | Function | Gets the breadcrumb control's caption value for this view |
GetNavigateData | Function | Gets the tWebNavigateData for the view |
HandleClearKey | Procedure | Called by the client when a Clear key is pressed |
HandleDeleteKey | Procedure | Called by the client when a Delete key is pressed |
HandleFindKey | Procedure | Called by the client when a Find key is pressed |
HandleSaveKey | Procedure | Called by the client when a Save key is pressed |
HashRecordIdToRowId | Function | Converts a record ID generated with GenerateStateHashRecordId back into a RowId |
IsInViewStack | Function | Returns whether the view is in the view stack of a drill-down web application |
IsLoaded | Function | Checks if the webobject is loaded to the client |
IsViewChanged | Function | Returns True if the view is changed |
IsViewReadOnly | Function | Returns True if a drilldown style view is read-only |
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) |
NavigateCancel | Procedure | Send this to the view being closed if you wish to cancel a selection operation in a mobile web application (drilldown interface) |
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) |
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) |
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) |
NavigateForward | Procedure | Sent to the object you wish to navigate to in a mobile web application (drilldown interface) |
NavigateForwardCustom | Procedure | Performs a custom forward navigation to this view forcing the navigate-from type to be nfUndefined |
RefreshRecord | Procedure | Performs a refind and refresh based on the main view's DD record |
SetBreadCrumbCaption | Procedure | Sets the value of the breadcrumb control's breadcrumb section during forward navigation |
SetHeaderCaption | Procedure | Sets the value of the breadcrumb control's header section during forward navigation |
SetNavigateData | Procedure | Sets the current tWebNavigateData for the view |
UpdatePageTitle | Procedure | Call this procedure to trigger an update of the page title |
UpdateStateHash | Procedure | Triggers an update of the state hash |
Inherited Methods from cWebWindow | ||
Hide | Procedure | Sends message to the client to hide this window |
Show | Procedure | Sends message to the client to show this window |
ViewObject | Function | Can be sent to any object within a cWebView to return the handle of that cWebView |
Inherited Methods from cWebBaseDEOServer | ||
DataLossConfirmation | Procedure | Default data loss Yes/No confirmation message |
DDRefreshTableStatus | Function | Returns the table's status for the Refresh event |
DeleteConfirmation | Procedure | Default delete confirmation message |
DEO_Control_Object | Function | Indicates if this DEO is a data bindable control or container |
DEO_Find_Object | Function | Indicates that this DEO understands the DEO Request_Find protocol |
Request_Clear | Procedure | Performs a DD Clear operation |
Request_Clear_All | Procedure | Performs a DD Clear_All operation |
Request_Delete | Procedure | Performs a DD delete operation |
Request_Save | Procedure | Performs a DD save operation |
RequestClearAllExec | Procedure | Performs the second half of a DD Clear_All operation which was started by Request_Clear_All |
RequestClearExec | Procedure | Performs the second half of a DD Clear operation which was started by Request_Clear |
RequestDeleteExec | Procedure | Performs the second half of a DD delete operation which was started by Request_Delete |
RequestSaveExec | Procedure | Performs the second half of a DD save operation which was started by Request_Save |
SaveClearCancelConfirmation | Procedure | Default save, clear, cancel Yes/No/Cancel confirmation message |
SaveConfirmation | Procedure | Default save confirmation message |
ServerDEO | Function | Returns the DEO that sets the server |
Inherited Methods from cWebBaseUIObject | ||
AddKeyHandler | Procedure | Adds a client side key handler |
ConditionalFocus | Procedure | Gives the control the focus but only if the browser platform is not a mobile device (tablet / phone) |
DragData | Function | Returns the DragData for this control |
DropData | Function | Returns the DragData for this control |
Focus | Procedure | Gives the control the focus |
IsControlAccessible | Function | Determines if the control is currently accessible |
IsControlEnabled | Function | Determines if a control is enabled |
IsControlRendered | Function | Determines if a control is rendered |
IsControlVisible | Function | Determines if a control is visible |
RemoveKeyHandler | Procedure | Removes a client side key handler |
ScrollIntoView | Procedure | Scrolls an object that is currently scrolled out of the view into view |
Inherited Methods from cWebObject | ||
CallBack | Procedure | Use this procedure to delay a task to a new server round-trip |
ClientAction | Procedure | Calls a function of the client JavaScript object |
ClientActionEx | Procedure | Adds a client action to the response that will be executed on the client |
DEO_Object | Function | Determines if the object understands the DEO interface |
GetParentWidget | Function | |
Host | Function | Returns a Handle to the Host object of this web object |
InitDynamicProp | Procedure | Sets a dynamic property value |
IsDynamicObject | Function | Checks whether the object is dynamic or not |
NavigateInfo | Function | Returns array of navigation paths that the current object has registered |
NavigatePath | Procedure | Performs the navigation registered for this web object |
ptActionData | Function | Retrieves the action data for a server action as value tree |
SetActionMode | Procedure | Allows developer to configure a wait dialog for every server action |
UnSyncWebProperty | Procedure | Unsynchronizes a client web property |
WebMethodByName | Function | Searches for the message handle of a message based on the name of a web method |
WebMethodIsFunction | Function | Determines if a web method is a function or a procedure |
WebMethodName | Function | Converts the message handle of a web method into a string |
WebObjectByName | Function | Searches for the object handle of a web object using its public name |
WebObjectName | Function | The public web object name of this object |
Inherited Methods from cObject | ||
ChildByIndex | Function | Can be used to iterate the direct children of an object |
ClassSuperClass | Function | Returns the superclass of the passed class |
Create | Function | Creates an object based on the passed Class Id |
CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name |
Destroy | Procedure | Destroys the object that receives the message and any child objects of that object |
Exit_Application | Procedure | Starts the process of closing an application |
IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy |
IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy |
ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on |
Request_Destroy_Object | Procedure | Use the Destroy method instead [Obsolete] |