See: Description
| Class | Description |
|---|---|
| CheckBox |
Wrapper class which is abstraction over the check box elements
of any similar looking elements which have checked/unchecked state.
|
| Control |
Major class for all control objects.
|
| Edit |
Control extension which corresponds to the edit control.
|
| Editable |
Base class for all controls which have modifiable states
like edit fields, check boxes etc.
|
| RadioButton |
Wrapper class which is abstraction over the radio buttons or any other similar
items which can be checked.
|
| SelectList |
Control extension which wraps Select instance and corresponds to the list objects
(e.g.
|
| TableView |
Major class corresponding to compound elements processing.
|