|
Class Summary |
| AComponent |
This is the abstract class for all page controls. |
| AHTMLComponent |
JF- This is the abstract class for all HTML Element page controls. |
| AValidator |
This abstract class defines some basic elements that all Validators share. |
| ComponentMgr |
This class manages instances of like components that all appear on a single
page. |
| HTMLComponentMgr |
The default ComponentMgr for HTML Page Controls who don't need additional JavaScript
to render. |
| JSComponentMgr |
This class is meant to manage JS components. |
| PageMgr |
The page manager (PageMgr) class aggregates all of the comoponent managers for
a given page. |