| Interface | Description |
|---|---|
| IButton |
This is the interface to be used for Button widgets
|
| ICalendar |
This is the interface for Calendar widgets
|
| ICheckBox |
This is the interface for CheckBox widgets
|
| IDropDown |
This is the interface for the DropDown (Select) widget
|
| IEditableElement |
This is the base interface for all editable elements
|
| IElement |
This is the base interface for all widgets
|
| IHyperLink |
This is the interface for HyperLink elements
|
| IImage |
This is the interface for the Image widget
|
| IInteractiveElement |
Base interface for all elements that user can interact with (click, type,
check, etc)
|
| IInteractiveTable |
The interface for the Table widget which is selectable
|
| IRadioGroup |
This is the interface for the Radio button widget
|
| IReadableElement |
This is the base interface for all readable elements
|
| ISelectList |
The interface for the Select list widget
|
| ITable |
This is the interface for the Table widget
|
| ITextField |
The interface for the input text field widget
|
| Enum | Description |
|---|---|
| Keys |
Keys constants to use when performing keyUp/keyDown
|
| Exception | Description |
|---|---|
| WidgetException | |
| WidgetRuntimeException |
Thrown by many
Widget interface methods to propagate a
RuntimeException. |
Copyright © 2018. All rights reserved.