Web Control Reference

The Web Control framework comes with a number of stock controls and this section is a reference to these controls.

Because there are so many controls this list is broken up into Core Controls which are the base class controls and some elemental controls like WebPage and WebUserControl. And then there are the following subgroups:

Control Inheritance

This guide shows properties, events and methodsthat each control implements. Some of the controls have


Core Controls

The following is a list core controls that drive the base functionality of the Web Control framework. wwWebControl is the base control for all other controls, while wwWebPage is the entry point for Page processing that manages postback and viewstate management as well as event processing. The wwWebUserControl is a visual control class that allows creation of composite classes by users and embed them into other pages.

ClassDescription
  wwWebControl The wwWebControl class is the base controls for all other controls in the Web Connection WebControl framework. It provides the core functionality for most controls.
  wwWebPage The wwWebPage class is the top level container for a WebControl page. This container acts as the entry point for event processing and provides the HTML Document for page generation.
  wwWebUserControl The wwWebUserControl class is the base class that is used for visual User Controls that can be visually designed and then be dragged and dropped onto page canvas for visual resusability. User Controls are essentially mini forms and behave very similar to forms and provide a container for other visual controls.



  Last Updated: 9/21/2008 | © West Wind Technologies, 2008