Skip to content

Events for cWebWidgetContainer

View event list in hierarchical order.

Name Description Defining Class
AllowServerAction Provides a basic hook for controlling server actions based on user rights Before a published function or procedure is called (from the client), AllowServerAction is called. cWebBaseUIObject
Construct_Object Object constructor. cObject
CreateContextMenu Sent to create the context menu for the widget container This message is sent to create the context menu for the widget container. cWebWidgetContainer
Destroy_Object Sent when an object is about to be destroyed The Destroy_Object event is sent to an object when it is about to be destroyed. cObject
End_Construct_Object End of object constructor. cObject
OnBeforeAddWidget Called before the functional logic of AddWidget and AppendWidget is executed cWebWidgetContainer
OnBlur Fires when a control loses the focus OnBlur is an event that triggers when the application user tabs or clicks away from a control that has the focus. cWebBaseControl
OnCallEnd Called at the end of a webapp client call Called at the end of a webapp client call. cWebObject
OnCloseModalDialog Sent by a modal dialog to its invoking object when the dialog closes cWebBaseUIObject
OnCollapse Fires when a group collapses OnCollapse is triggered when a group collapses. cWebGroup
OnExpand Fires when a group expands OnExpand is triggered when a group expands. cWebGroup
OnFocus Fires when a control gains the focus OnFocus is an event that triggers when the application user tabs into or clicks on a control to give it the focus. cWebBaseControl
OnGetNavigateBackData Called during a NavigateClose operation, used to pass data back for a non-relational lookup in a mobile web application (drilldown interface) cWebObject
OnGetNavigateForwardData Can be used by the developer to customize the data in tWebNavigateData during forward navigation in a mobile web application (drilldown interface) cWebObject
OnLoad Called for each cWebObject during LoadView or LoadWebApp Called for each cWebObject during LoadView or LoadWebApp. cWebObject
OnLoadConfiguration Use this method to fill the struct with a valid configuration cWebWidgetContainer
OnNavigateBack Sent to the object that invoked the view that is being closed in a mobile web application (drilldown interface) cWebObject
OnRegisterWidgets Fired on application startup and is used to let the container know what widgets can be created inside this container cWebWidgetContainer
OnResetConfiguration Sent when the user resets to the default configuration cWebWidgetContainer
OnSaveCustomConfiguration Use this method to save the passed struct (usually received from the client) to for example a database or config file cWebWidgetContainer
OnToggleEditMode Fires whenever the container switches from or to edit mode cWebWidgetContainer
OnWidgetAdded Called after a Widget has been added successfully Called after a Widget has been added successfully. cWebWidgetContainer
OnWidgetMoved Called after a Widget has been moved successfully Called after a Widget has been moved successfully. cWebWidgetContainer
OnWidgetRemoved Called after a Widget has been removed successfully Called after a Widget has been removed successfully. cWebWidgetContainer
OnWidgetResized Called after a Widget has been resized successfully Called after a Widget has been resized successfully. cWebWidgetContainer
PostSerializeObject cWebObject
PreSerializeObject cWebObject
Refresh Event sent from a DataDictionary object, which is used to synchronize the object's data with the DDO cWebBaseDEOServer