JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.testmonkeys.maui.pageobjects.elements
Interface ReadableComponent<T>
Type Parameters:
T
- type of data they hold
public interface
ReadableComponent<T>
Interface to define elements that can have their value read
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
read
()
Reads the data from the component
Method Detail
read
T
read()
Reads the data from the component
Returns:
T data
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2020. All rights reserved.