Skip to content

Events for cWebWidgetContainer

View event list in alphabetical order.

Name Description Defining Class
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
OnBeforeAddWidget Called before the functional logic of AddWidget and AppendWidget is executed cWebWidgetContainer
OnLoadConfiguration Use this method to fill the struct with a valid configuration cWebWidgetContainer
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

Inherited Events from cWebGroup

Name Description Defining Class
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

Inherited Events from cWebBaseControl

Name Description Defining Class
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
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

Inherited Events from cWebBaseDEOServer

Name Description Defining Class
Refresh Event sent from a DataDictionary object, which is used to synchronize the object's data with the DDO cWebBaseDEOServer

Inherited Events from cWebBaseUIObject

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
OnCloseModalDialog Sent by a modal dialog to its invoking object when the dialog closes cWebBaseUIObject

Inherited Events from cWebObject

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. cWebObject
OnCallEnd Called at the end of a webapp client call Called at the end of a webapp client call. cWebObject
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
OnNavigateBack Sent to the object that invoked the view that is being closed in a mobile web application (drilldown interface) cWebObject
PostSerializeObject cWebObject
PreSerializeObject cWebObject

Inherited Events from cObject

Name Description Defining Class
Construct_Object Object constructor. cObject
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