Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Typically this is where custom controls are defined and added to the form, and where handlers to business logic or form control events are added.

BusinessLogic

When a business logic object is created via the BusinessLogicFactory (as all business logic objects in Jiwa are), if the business logic is registered on the Business Logic tab of the plugin, then the Setup method of the BusinessLogicPlugin class is invoked after the business logic object is created.

...