Interface | Description |
---|---|
Button |
A .NET WPF button control.
|
Calendar |
A calendar or a date picker .NET WPF object.
|
CheckBox |
A .NET WPF check box.
|
ComboBox |
A .NET WPF combo box
|
EditField |
A .NET WPF Edit Field box.
|
Image |
A .NET WPF image control.
|
Link |
A .NET WPF hyperlink control.
|
List |
A .NET WPF list object.
|
Menu |
A .NET WPF menu object.
|
MenuItem |
A menu item in a .NET WPF menu.
|
ProgressBar |
A .NET WPF progress bar object.
|
RadioButton |
A .NET WPF radio button object.
|
ScrollBar |
A .NET WPF scroll bar object.
|
Slider |
A .NET WPF slider object.
|
StatusBar |
A .NET WPF status bar object.
|
Table |
A .NET WPF grid object.
|
TableCell |
A single cell in a WPF table.
|
TableRow |
A single row in a WPF table.
|
TabStrip |
A .NET WPF tab strip object.
|
ToggleButton |
A .NET WPF toggle button control
Note: To create an instance of this interface, first create a Button instance for a button with toggle behavior, and then return the ToggleButton using the Button.getToggleButton method.
|
ToolBar |
A .NET WPF toolbar object.
|
ToolBarItem |
A single tool bar button in a WPF tool bar.
|
TreeView |
A .NET WPF tree-view object.
|
TreeViewNode |
A single tree view node in a .NET WPF tree-view object.
|
UiObject |
A standard .NET WPF object.
|
UiObjectBase |
Base interface of all .Net WPF test objects.
|
Window |
A WPF window.
|
Class | Description |
---|---|
ButtonDescription |
The description of a WPF Button test object.
|
ButtonDescription.Builder |
This class can be used to construct an instance of the ButtonDescription class using the builder pattern.
|
ButtonDescription.Init<T extends ButtonDescription.Init<T>> | |
CalendarDescription |
The description of a WPF calendar or date picker control test object.
|
CalendarDescription.Builder |
This class can be used to construct an instance of the CalendarDescription class using the builder pattern.
|
CalendarDescription.Init<T extends CalendarDescription.Init<T>> | |
CheckBoxDescription |
The description of a WPF check box test object.
|
CheckBoxDescription.Builder |
This class can be used to construct an instance of the CheckBoxDescription class using the builder pattern.
|
CheckBoxDescription.Init<T extends CheckBoxDescription.Init<T>> | |
ComboBoxDescription |
The description of a WPF ComboBox test object.
|
ComboBoxDescription.Builder |
This class can be used to construct an instance of the ComboBoxDescription class using the builder pattern.
|
ComboBoxDescription.Init<T extends ComboBoxDescription.Init<T>> | |
EditFieldDescription |
The description of a WPF EditField test object.
|
EditFieldDescription.Builder |
This class can be used to construct an instance of the EditFieldDescription class using the builder pattern.
|
EditFieldDescription.Init<T extends EditFieldDescription.Init<T>> | |
ImageDescription |
The description of a WPF Image test object.
|
ImageDescription.Builder |
This class can be used to construct an instance of the ImageDescription class using the builder pattern.
|
ImageDescription.Init<T extends ImageDescription.Init<T>> | |
LinkDescription |
The description of a WPF Link (hyperlink) test object.
|
LinkDescription.Builder |
This class can be used to construct an instance of the LinkDescription class using the builder pattern.
|
LinkDescription.Init<T extends LinkDescription.Init<T>> | |
ListDescription |
The description of a WPF List test object.
|
ListDescription.Builder |
This class can be used to construct an instance of the ListDescription class using the builder pattern.
|
ListDescription.Init<T extends ListDescription.Init<T>> | |
MenuDescription |
The description of a WPF Menu test object.
|
MenuDescription.Builder |
This class can be used to construct an instance of the MenuDescription class using the builder pattern.
|
MenuDescription.Init<T extends MenuDescription.Init<T>> | |
ProgressBarDescription |
The description of a WPF progress bar test object.
|
ProgressBarDescription.Builder |
This class can be used to construct an instance of the ProgressBarDescription class using the builder pattern.
|
ProgressBarDescription.Init<T extends ProgressBarDescription.Init<T>> | |
RadioButtonDescription |
The description of a WPF RadioButton test object.
|
RadioButtonDescription.Builder |
This class can be used to construct an instance of the RadioButtonDescription class using the builder pattern.
|
RadioButtonDescription.Init<T extends RadioButtonDescription.Init<T>> | |
ScrollBarDescription |
The description of a WPF ScrollBar test object.
|
ScrollBarDescription.Builder |
This class can be used to construct an instance of the ScrollBarDescription class using the builder pattern.
|
ScrollBarDescription.Init<T extends ScrollBarDescription.Init<T>> | |
SliderDescription |
The description of a WPF Slider test object.
|
SliderDescription.Builder |
This class can be used to construct an instance of the SliderDescription class using the builder pattern.
|
SliderDescription.Init<T extends SliderDescription.Init<T>> | |
StatusBarDescription |
The description of a WPF StatusBar test object.
|
StatusBarDescription.Builder |
This class can be used to construct an instance of the StatusBarDescription class using the builder pattern.
|
StatusBarDescription.Init<T extends StatusBarDescription.Init<T>> | |
TableDescription |
The description of a WPF Table (grid) test object.
|
TableDescription.Builder |
This class can be used to construct an instance of the TableDescription class using the builder pattern.
|
TableDescription.Init<T extends TableDescription.Init<T>> | |
TabStripDescription |
The description of a WPF TabStrip test object.
|
TabStripDescription.Builder |
This class can be used to construct an instance of the TabStripDescription class using the builder pattern.
|
TabStripDescription.Init<T extends TabStripDescription.Init<T>> | |
ToolBarDescription |
The description of a WPF Toolbar test object.
|
ToolBarDescription.Builder |
This class can be used to construct an instance of the ToolBarDescription class using the builder pattern.
|
ToolBarDescription.Init<T extends ToolBarDescription.Init<T>> | |
TreeViewDescription |
The description of a WPF TreeView test object.
|
TreeViewDescription.Builder |
This class can be used to construct an instance of the TreeViewDescription class using the builder pattern.
|
TreeViewDescription.Init<T extends TreeViewDescription.Init<T>> | |
UiObjectDescription |
The description of a WPF UiObject test object.
|
UiObjectDescription.Builder |
This class can be used to construct an instance of the UiObjectDescription class using the builder pattern.
|
UiObjectDescription.Init<T extends UiObjectDescription.Init<T>> | |
UiObjectDescriptionBase |
The base description of all WPF test objects.
|
UiObjectDescriptionBase.Init<T extends UiObjectDescriptionBase.Init<T>> | |
WindowDescription |
The description of a WPF Window test object.
|
WindowDescription.Builder |
This class can be used to construct an instance of the WindowDescription class using the builder pattern.
|
WindowDescription.Init<T extends WindowDescription.Init<T>> |
Enum | Description |
---|---|
DateFormatType |